mirror of
https://github.com/fish-shell/fish-shell
synced 2024-11-11 15:37:24 +00:00
Update pythonista.fish: make virtualenv aware that prompt is set
Closes #1823, closes #1795. Signed-off-by: David Adam <zanchey@ucc.gu.uwa.edu.au>
This commit is contained in:
parent
b9ff17f33c
commit
390fe05a87
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ set yellow (set_color yellow)
|
|||
set green (set_color green)
|
||||
set gray (set_color -o black)
|
||||
|
||||
set -g VIRTUAL_ENV_DISABLE_PROMPT true
|
||||
|
||||
function fish_prompt
|
||||
set_color yellow
|
||||
|
|
Loading…
Reference in a new issue