From 409c5a86862596d813b6129c298432c4e8d416c7 Mon Sep 17 00:00:00 2001 From: Joar Wandborg <joar@wandborg.se> Date: Fri, 3 Apr 2015 16:53:22 +0200 Subject: [PATCH] Fix stray vim command --- themes/fisk/fish_prompt.fish | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/fisk/fish_prompt.fish b/themes/fisk/fish_prompt.fish index 98d8361..3474dfe 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 "" -- GitLab