mirror of
https://github.com/romkatv/powerlevel10k
synced 2025-01-10 07:59:31 +00:00
Change default dir truncation delimitor to ellipsis
This commit is contained in:
parent
472fb6f674
commit
54254600d1
@ -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 New Issue
Block a user