Skip to content
Snippets Groups Projects
Commit 409c5a86 authored by Joar Wandborg's avatar Joar Wandborg
Browse files

Fix stray vim command

parent bd4342d2
No related merge requests found
......@@ -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 ""
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment