Commit 490a46f1 authored by Idan Gazit's avatar Idan Gazit Committed by Bruno Pinto

Add a newline before prompts

parent d66cae31
...@@ -23,6 +23,9 @@ function fish_prompt ...@@ -23,6 +23,9 @@ function fish_prompt
# output the prompt, left to right # output the prompt, left to right
# Add a newline before prompts
echo -e ""
# Display [venvname] if in a virtualenv # Display [venvname] if in a virtualenv
if set -q VIRTUAL_ENV if set -q VIRTUAL_ENV
echo -n -s (set_color -b cyan black) '[' (basename "$VIRTUAL_ENV") ']' $normal ' ' echo -n -s (set_color -b cyan black) '[' (basename "$VIRTUAL_ENV") ']' $normal ' '
......
Markdown is supported
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