1
Fork 0
mirror of https://github.com/Steffo99/config-fish.git synced 2024-10-16 06:17:34 +00:00

Improve ll and remove la

This commit is contained in:
Steffo 2024-05-20 02:10:42 +02:00
parent e6da25dec0
commit edf0984249
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0
2 changed files with 2 additions and 7 deletions

View file

@ -1,4 +0,0 @@
# Defined in - @ line 1
function la --wraps='ls -a' --description 'alias la=ls -a'
ls -a $argv;
end

View file

@ -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