dotfiles/.config/fish/functions/cl.fish

4 lines
76 B
Fish

function cl --wraps=ls --description 'ls, clear'
clear
ls $argv
end