mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2026-03-27 03:14:56 +01: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
|
||||
prompt_dir() {
|
||||
prompt_segment blue black '%~'
|
||||
prompt_segment blue white '%~'
|
||||
}
|
||||
|
||||
# Virtualenv: current working virtualenv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue