mirror of
https://github.com/romkatv/powerlevel10k.git
synced 2024-11-12 08:10:07 +00:00
Change default dir truncation delimitor to ellipsis
This commit is contained in:
parent
472fb6f674
commit
54254600d1
1 changed files with 1 additions and 1 deletions
|
@ -418,7 +418,7 @@ prompt_dir() {
|
|||
local current_path='%~'
|
||||
if [[ -n "$POWERLEVEL9K_SHORTEN_DIR_LENGTH" ]]; then
|
||||
|
||||
set_default POWERLEVEL9K_SHORTEN_DELIMITER ".."
|
||||
set_default POWERLEVEL9K_SHORTEN_DELIMITER $'\U2026'
|
||||
|
||||
case "$POWERLEVEL9K_SHORTEN_STRATEGY" in
|
||||
truncate_middle)
|
||||
|
|
Loading…
Reference in a new issue