mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-10 23:24:39 +00:00
Fix bug causing ls function to never color or classify files
darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz
This commit is contained in:
parent
ad5a6e0552
commit
302516a747
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ if command ls --version 1>/dev/null 2>/dev/null
|
|||
if isatty 1
|
||||
set param $param --indicator-style=classify
|
||||
end
|
||||
command ls $argv
|
||||
command ls $param $argv
|
||||
end
|
||||
|
||||
set -l color_document 35
|
||||
|
|
Loading…
Reference in a new issue