We need to always evaluate the path for the home/folder icon mechanism to work correctly.

This commit is contained in:
Dominik Ritter 2015-11-28 11:11:10 +01:00
parent a09a4b8dd5
commit 0dc36ee614

View file

@ -321,7 +321,7 @@ prompt_dir() {
fi fi
local current_icon='' local current_icon=''
if [[ "$current_path" == '~'* ]]; then if [[ $(print -P "%~") == '~'* ]]; then
current_icon=$(print_icon 'HOME_ICON') current_icon=$(print_icon 'HOME_ICON')
else else
current_icon=$(print_icon 'FOLDER_ICON') current_icon=$(print_icon 'FOLDER_ICON')