Added the "state" concept to the `dir` segment.
This commit is contained in:
parent
056d4ff29a
commit
cd5b4d0deb
|
@ -394,9 +394,9 @@ prompt_dir() {
|
||||||
|
|
||||||
local current_icon=''
|
local current_icon=''
|
||||||
if [[ $(print -P "%~") == '~'* ]]; then
|
if [[ $(print -P "%~") == '~'* ]]; then
|
||||||
"$1_prompt_segment" "$0" "blue" "$DEFAULT_COLOR" "$current_path" 'HOME_ICON'
|
"$1_prompt_segment" "$0_HOME" "blue" "$DEFAULT_COLOR" "$current_path" 'HOME_ICON'
|
||||||
else
|
else
|
||||||
"$1_prompt_segment" "$0" "blue" "$DEFAULT_COLOR" "$current_path" 'FOLDER_ICON'
|
"$1_prompt_segment" "$0_DEFAULT" "blue" "$DEFAULT_COLOR" "$current_path" 'FOLDER_ICON'
|
||||||
fi
|
fi
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue