♻️ refactor(fish): cl is now a function for clear instead of cd and ls
This commit is contained in:
parent
24418eb197
commit
1bd66ca7e6
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue