Add a newline before prompts

pull/2/head
Idan Gazit 11 years ago committed by Bruno Pinto
parent d66cae317f
commit 490a46f1d0

@ -23,6 +23,9 @@ function fish_prompt
# output the prompt, left to right
# Add a newline before prompts
echo -e ""
# Display [venvname] if in a virtualenv
if set -q VIRTUAL_ENV
echo -n -s (set_color -b cyan black) '[' (basename "$VIRTUAL_ENV") ']' $normal ' '

Loading…
Cancel
Save