We need to always evaluate the path for the home/folder icon mechanism to work correctly.
parent
a09a4b8dd5
commit
0dc36ee614
|
@ -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')
|
||||
|
|
Loading…
Reference in New Issue