Ver Fonte

$XONSH_APPEND_NEWLINE = True

Fabian Peter Hammerle há 5 anos atrás
pai
commit
2d9f2cbaac
1 ficheiros alterados com 1 adições e 0 exclusões
  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