Use user defined ls

[ticket: X]
This commit is contained in:
Chauncey Garrett 2014-08-29 11:28:23 -05:00
parent 9de0dac16a
commit 5250366453

View file

@ -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
}
#