]> git.pld-linux.org Git - packages/bash.git/commitdiff
- removed setting PS1 in bash alone. Use /etc/profile for that. If it does
authorPaweł Gołaszewski <blues@pld-linux.org>
Mon, 15 Sep 2003 14:28:09 +0000 (14:28 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
  not work (seems to work for me) - fix bash...

Changed files:
    bashrc -> 1.3

bashrc

diff --git a/bashrc b/bashrc
index 54e6bc0e88a8fadb07a811a9ae4e58779fab43df..44b943f47d6b519440761e37a85504829ddda58c 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -3,9 +3,4 @@
 # System wide functions and aliases
 # Environment stuff goes in /etc/profile
 
-# 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]\\$ "
-
 alias which="type -p"
This page took 0.097392 seconds and 4 git commands to generate.