mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-17 16:11:15 -03:00
Use --almost-all in la function
This commit is contained in:
@@ -2,5 +2,5 @@
|
||||
# These are very common and useful
|
||||
#
|
||||
function la --wraps ls --description "List contents of directory, including hidden files in directory using long format"
|
||||
ls -lah $argv
|
||||
ls -lAh $argv
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user