diff --git a/themes/fisk/fish_prompt.fish b/themes/fisk/fish_prompt.fish index 98d8361e08641c6be6d381ebd3ba47f96d14097e..3474dfe9360da8d269ecf0dc6dbfbadb0035d6de 100644 --- a/themes/fisk/fish_prompt.fish +++ b/themes/fisk/fish_prompt.fish @@ -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 ""