From 5250366453572d8b05013308ad4a40b1e231eca6 Mon Sep 17 00:00:00 2001 From: Chauncey Garrett Date: Fri, 29 Aug 2014 11:28:23 -0500 Subject: [PATCH] Use user defined ls [ticket: X] --- modules/prompt/functions/prompt_garrett_setup | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/modules/prompt/functions/prompt_garrett_setup b/modules/prompt/functions/prompt_garrett_setup index 90e1c997..20d7f9f1 100644 --- a/modules/prompt/functions/prompt_garrett_setup +++ b/modules/prompt/functions/prompt_garrett_setup @@ -142,7 +142,7 @@ function prompt_garrett_notification_precmd function prompt_garrett_chpwd { emulate -L zsh # TODO can't remember why this is necessary... - ls --color=auto # list the contents of the new directory + ls # list the contents of the new directory } #