@@ -22,7 +22,9 @@ function fish_prompt --description 'Write out the prompt'
# Newline on tiny screens
if test $COLUMNS -lt 50
- echo
+ if git rev-parse --is-inside-work-tree &> /dev/null
+ echo
+ end
end
__terlar_git_prompt