Browse Source

fix quoting

Ralf S. Engelschall 21 years ago
parent
commit
f0bf4aa48b
1 changed files with 1 additions and 1 deletions
  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