mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-04-10 04:26:17 +02:00
changed current working dir color to white
This commit is contained in:
parent
192de6bcff
commit
67293f0a32
1 changed files with 1 additions and 1 deletions
|
|
@ -145,7 +145,7 @@ prompt_hg() {
|
||||||
|
|
||||||
# Dir: current working directory
|
# Dir: current working directory
|
||||||
prompt_dir() {
|
prompt_dir() {
|
||||||
prompt_segment blue black '%~'
|
prompt_segment blue white '%~'
|
||||||
}
|
}
|
||||||
|
|
||||||
# Virtualenv: current working virtualenv
|
# Virtualenv: current working virtualenv
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue