瀏覽代碼

fix quoting

Ralf S. Engelschall 21 年之前
父節點
當前提交
f0bf4aa48b
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      bash/profile

+ 1 - 1
bash/profile

@@ -4,7 +4,7 @@
 
 #   interactive prompt
 if expr $- : ".*i.*" >/dev/null; then
-    PS1="\u@\h\\\$ "
+    PS1='\u@\h\$ '
 fi
 
 #   environment permissions