current_path=$(pwd | sed -e "s,^$HOME,~," | sed $SED_EXTENDED_REGEX_PARAMETER "s/([^/]{$POWERLEVEL9K_SHORTEN_DIR_LENGTH})[^/]+([^/]{$POWERLEVEL9K_SHORTEN_DIR_LENGTH})\//\1$POWERLEVEL9K_SHORTEN_DELIMITER\2\//g")
current_path=$(pwd | sed -e "s,^$HOME,~," | sed $SED_EXTENDED_REGEX_PARAMETER "s/([^/]{$POWERLEVEL9K_SHORTEN_DIR_LENGTH})[^/]+([^/]{$POWERLEVEL9K_SHORTEN_DIR_LENGTH})\//\1$POWERLEVEL9K_SHORTEN_DELIMITER\2\//g")
;;
;;
truncate_from_right)
truncate_from_right)
current_path=$(truncatePathFromRight $(pwd | sed -e "s,^$HOME,~,") )
current_path=$(truncatePathFromRight "$(pwd | sed -e "s,^$HOME,~,")" )
;;
;;
truncate_with_package_name)
truncate_with_package_name)
local name repo_path package_path current_dir zero
local name repo_path package_path current_dir zero
@ -493,7 +493,7 @@ prompt_dir() {
# from the package.json and append the current subdirectory
# from the package.json and append the current subdirectory