mirror of https://github.com/parazyd/vm-sdk.git
added path in prompt
This commit is contained in:
parent
52b877308a
commit
a33f5be342
2
sdk
2
sdk
|
|
@ -92,4 +92,4 @@ load() {
|
|||
TRAPZERR() { zerr; return $? }
|
||||
|
||||
notice "vm-sdk loaded"
|
||||
export PROMPT="%F{yellow}%(?..%? )%{$reset_color%}vmsdk@%{$fg[red]%}%m %{$reset_color%} %{$fg[blue]%}%#%{$fg_bold[blue]%}%{$reset_color%} "
|
||||
export PROMPT="%F{yellow}%(?..%? )%{$reset_color%}vmsdk@%{$fg[red]%}%m %{$reset_color%}%3c %#"
|
||||
|
|
|
|||
Loading…
Reference in New Issue