Browse Source

$XONSH_APPEND_NEWLINE = True

Fabian Peter Hammerle 5 years ago
parent
commit
2d9f2cbaac
1 changed files with 1 additions and 0 deletions
  1. 1 0
      rc.xsh

+ 1 - 0
rc.xsh

@@ -28,6 +28,7 @@ $PROMPT = ''.join([
     '{NO_COLOR}',
 ])
 $RIGHT_PROMPT = '{gitstatus}{env_name: {}}'
+$XONSH_APPEND_NEWLINE = True
 
 import datetime as dt
 import io