Ralf S. Engelschall 21 anni fa
parent
commit
f0bf4aa48b
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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