diff --git a/.config/fish/functions/cl.fish b/.config/fish/functions/cl.fish index f23dc493..89dd15db 100644 --- a/.config/fish/functions/cl.fish +++ b/.config/fish/functions/cl.fish @@ -1,3 +1,3 @@ -function cl --wraps=clear --wraps='z && l' --description 'alias cl=z && l' - z $argv && l +function cl --wraps=clear --wraps='clear' --description 'alias cl=clear' + clear end