mirror of
https://github.com/fish-shell/fish-shell.git
synced 2026-05-30 11:21:15 -03:00
Fix bug causing ls function to never color or classify files
darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user