1
0
Fork 0

Use user defined ls

[ticket: X]
pull/666/head
Chauncey Garrett 10 years ago
parent 9de0dac16a
commit 5250366453

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

Loading…
Cancel
Save