Improved truncation code
parent
fb09d75391
commit
58342612eb
|
@ -861,8 +861,8 @@ prompt_dir() {
|
|||
trunc_path+="$test_dir/"
|
||||
cur_path+="$directory/"
|
||||
done
|
||||
[[ $current_path == "~"* ]] && current_path="~/" || current_path=""
|
||||
current_path+="${trunc_path: : -1}"
|
||||
[[ $current_path == "~"* ]] && trunc_path="~/$trunc_path"
|
||||
current_path="${trunc_path: : -1}"
|
||||
fi
|
||||
;;
|
||||
*)
|
||||
|
|
Loading…
Reference in New Issue