♻️ refactor(fish): cl is now a function for clear instead of cd and ls

This commit is contained in:
Sergio Laín 2023-12-11 23:04:11 +01:00
parent 24418eb197
commit 1bd66ca7e6
No known key found for this signature in database
GPG key ID: 14C9B8080681777B

View file

@ -1,3 +1,3 @@
function cl --wraps=clear --wraps='z && l' --description 'alias cl=z && l' function cl --wraps=clear --wraps='clear' --description 'alias cl=clear'
z $argv && l clear
end end