mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-05-08 04:34:00 +02:00
Merge 4f45d235ce into 291e96dcd0
This commit is contained in:
commit
16169ea645
1 changed files with 1 additions and 1 deletions
|
|
@ -187,7 +187,7 @@ prompt_hg() {
|
||||||
|
|
||||||
# Dir: current working directory
|
# Dir: current working directory
|
||||||
prompt_dir() {
|
prompt_dir() {
|
||||||
prompt_segment blue black '%~'
|
prompt_segment blue black "%${PROMPT_DIRTRIM:-}~"
|
||||||
}
|
}
|
||||||
|
|
||||||
# Virtualenv: current working virtualenv
|
# Virtualenv: current working virtualenv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue