mirror of
https://github.com/fish-shell/fish-shell
synced 2025-01-13 13:39:02 +00:00
Use --almost-all
in la
function
This commit is contained in:
parent
0cd3ed4b84
commit
75d16c13ea
1 changed files with 1 additions and 1 deletions
|
@ -2,5 +2,5 @@
|
||||||
# These are very common and useful
|
# These are very common and useful
|
||||||
#
|
#
|
||||||
function la --wraps ls --description "List contents of directory, including hidden files in directory using long format"
|
function la --wraps ls --description "List contents of directory, including hidden files in directory using long format"
|
||||||
ls -lah $argv
|
ls -lAh $argv
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue