shell: zsh -> fish

This commit is contained in:
mequidis
2023-03-29 21:15:01 +03:00
parent 8413232281
commit 5e211629a0
21 changed files with 75 additions and 120 deletions

View File

@ -0,0 +1,4 @@
function ll --wraps='ls -lah' --description 'alias ll=ls -lah'
ls -lah $argv
end