mirror of
https://github.com/Steffo99/config-fish.git
synced 2024-12-22 06:44:22 +00:00
Improve ll and remove la
This commit is contained in:
parent
e6da25dec0
commit
edf0984249
2 changed files with 2 additions and 7 deletions
|
@ -1,4 +0,0 @@
|
|||
# Defined in - @ line 1
|
||||
function la --wraps='ls -a' --description 'alias la=ls -a'
|
||||
ls -a $argv;
|
||||
end
|
|
@ -1,4 +1,3 @@
|
|||
# Defined in - @ line 1
|
||||
function ll --wraps='ls -al' --description 'alias ll=ls -al'
|
||||
ls -al $argv;
|
||||
function ll
|
||||
ls --all --author --color --kibibytes --human-readable -l $argv;
|
||||
end
|
||||
|
|
Loading…
Reference in a new issue