]> git.pld-linux.org Git - packages/bash.git/commitdiff
- missing export
authorPaweł Gołaszewski <blues@pld-linux.org>
Thu, 26 May 2005 17:59:57 +0000 (17:59 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    bashrc -> 1.15

bashrc

diff --git a/bashrc b/bashrc
index f6f8d8bf9bdf907b1840e2f9c033caaddb6e5a8b..b5b776c6fef80850bca370bf4e6e0a0613ec2ad2 100644 (file)
--- a/bashrc
+++ b/bashrc
@@ -12,6 +12,7 @@ case $TERM in
                PS1="[\u@\h \W]\\$ "
                ;;
 esac
+export PS1
 
 alias which="type -p"
 
This page took 0.079873 seconds and 4 git commands to generate.