shell: zsh -> fish
This commit is contained in:
4
.config/fish/functions/ll.fish
Normal file
4
.config/fish/functions/ll.fish
Normal file
@ -0,0 +1,4 @@
|
||||
function ll --wraps='ls -lah' --description 'alias ll=ls -lah'
|
||||
ls -lah $argv
|
||||
|
||||
end
|
||||
Reference in New Issue
Block a user