Sfoglia il codice sorgente

$XONSH_APPEND_NEWLINE = True

Fabian Peter Hammerle 5 anni fa
parent
commit
2d9f2cbaac
1 ha cambiato i file con 1 aggiunte e 0 eliminazioni
  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