config-files/.config/fish/functions/tdm.fish

4 lines
74 B
Fish
Raw Permalink Normal View History

2023-04-03 23:36:56 -04:00
function tdm
command termdown $argv; and cmatrix -ba -u 2 -C cyan
end