mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-11 00:00:06 +00:00
Replaced a sed call with pure ZSH
This commit is contained in:
parent
0fded47ab5
commit
aca0f31eb0
1 changed files with 1 additions and 1 deletions
|
@ -811,7 +811,7 @@ prompt_dir() {
|
|||
fi
|
||||
|
||||
if [[ "${POWERLEVEL9K_HOME_FOLDER_ABBREVIATION}" != "~" ]]; then
|
||||
current_path="$( echo "${current_path}" | sed "s/^~/${POWERLEVEL9K_HOME_FOLDER_ABBREVIATION}/")"
|
||||
current_path=${current_path/#\~/${POWERLEVEL9K_HOME_FOLDER_ABBREVIATION}}
|
||||
fi
|
||||
|
||||
typeset -AH dir_states
|
||||
|
|
Loading…
Reference in a new issue