1
0
Fork 0
mirror of synced 2024-06-16 13:51:10 -04:00

[prompt] eriner: use short_pwd

This commit is contained in:
Matt Hamilton 2016-01-05 04:15:05 -05:00
parent 69b194302c
commit be23020b2e

View file

@ -99,7 +99,7 @@ prompt_git() {
# Dir: current working directory # Dir: current working directory
prompt_dir() { prompt_dir() {
prompt_segment cyan ${PRIMARY_FG} ' %~ ' prompt_segment cyan ${PRIMARY_FG} " $(short_pwd) "
} }
# Status: # Status: