dotfiles/.config/fish/functions/c.fish

3 lines
72 B
Fish

function c --wraps clear --description "Clear the screen"
clear
end