瀏覽代碼

Dont exit login shell on error

George Jones 2 年之前
父節點
當前提交
c2aff7360d
共有 1 個文件被更改,包括 3 次插入0 次删除
  1. 3 0
      .bashrc

+ 3 - 0
.bashrc

@@ -5,6 +5,9 @@
 #   set -e
 #   set -u
 
+# Don't exit out of login shell on error
+set +e
+
 # Set to debug
 #   export DEBUG=1