From 302516a7472fa9459f67cbf84f16c3e193e5896f Mon Sep 17 00:00:00 2001 From: axel Date: Thu, 5 Oct 2006 09:55:30 +1000 Subject: Fix bug causing ls function to never color or classify files darcs-hash:20061004235530-ac50b-815b8576b4d845c4d5929e034177c917fc050cae.gz --- share/functions/ls.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'share/functions/ls.fish') diff --git a/share/functions/ls.fish b/share/functions/ls.fish index d98b1981..bac32754 100644 --- a/share/functions/ls.fish +++ b/share/functions/ls.fish @@ -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 -- cgit v1.2.3