Merge pull request #205 from dritter/dir_delimiter

Change default dir truncation delimitor to ellipsis
pull/22/head
Ben Hilburn 9 years ago
commit dfd7ae1f1d

@ -433,7 +433,7 @@ prompt_dir() {
local current_path='%~' local current_path='%~'
if [[ -n "$POWERLEVEL9K_SHORTEN_DIR_LENGTH" ]]; then if [[ -n "$POWERLEVEL9K_SHORTEN_DIR_LENGTH" ]]; then
set_default POWERLEVEL9K_SHORTEN_DELIMITER ".." set_default POWERLEVEL9K_SHORTEN_DELIMITER $'\U2026'
case "$POWERLEVEL9K_SHORTEN_STRATEGY" in case "$POWERLEVEL9K_SHORTEN_STRATEGY" in
truncate_middle) truncate_middle)

Loading…
Cancel
Save