mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-12-12 19:18:28 +02:00
We need to always evaluate the path for the home/folder icon mechanism to work correctly.
This commit is contained in:
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
Block a user