]> git.pld-linux.org Git - packages/bash.git/commitdiff
- removed setting of PS1 - causes that PS1 set througt profile does not
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 28 Apr 2005 10:49:46 +0000 (10:49 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  work

Changed files:
    bashrc -> 1.12

bashrc

diff --git a/bashrc b/bashrc
index 2f38ea361f79fc82bc9255fe1179e4a07e24114f..b5c245d166501f220b465b5d3e1efcc5e248f49a 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -6,7 +6,7 @@
 # For some unknown reason bash refuses to inherit
 # PS1 in some circumstances that I can't figure out.
 # Putting PS1 here ensures that it gets loaded every time.
-PS1="[\u@\h \W]\\$ "
+#PS1="[\u@\h \W]\\$ "
 
 alias which="type -p"
 
This page took 0.145719 seconds and 4 git commands to generate.