mirror of
https://github.com/oh-my-fish/oh-my-fish
synced 2024-11-09 13:10:40 +00:00
Fix stray vim command
This commit is contained in:
parent
bd4342d22d
commit
409c5a8686
@ -9,7 +9,7 @@ function fish_prompt --description 'Write out the prompt'
|
||||
set -g __fish_prompt_cwd (set_color $fish_color_cwd)
|
||||
end
|
||||
|
||||
/if set -q VIRTUAL_ENV
|
||||
if set -q VIRTUAL_ENV
|
||||
set venv (echo -n -s " " (set_color ff00de) "(" (basename "$VIRTUAL_ENV") ")" (set_color normal))
|
||||
else
|
||||
set venv ""
|
||||
|
Loading…
Reference in New Issue
Block a user