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

pull/22/head
Dominik Ritter 2015-11-28 11:11:10 +01:00
parent a09a4b8dd5
commit 0dc36ee614
1 changed files with 1 additions and 1 deletions

View File

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