瀏覽代碼

$XONSH_APPEND_NEWLINE = True

Fabian Peter Hammerle 5 年之前
父節點
當前提交
2d9f2cbaac
共有 1 個文件被更改,包括 1 次插入0 次删除
  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