Browse Source

No need to export interactive-mode variables

Alois Mahdal 8 years ago
parent
commit
9a455ea83a
1 changed files with 2 additions and 2 deletions
  1. 2
    2
      dotfiles/bash/post.bashrc

+ 2
- 2
dotfiles/bash/post.bashrc View File

@@ -59,8 +59,8 @@ __bashum__mkps2() {
59 59
 }
60 60
 
61 61
 # and use to assemble own PS1
62
-export PS1=$(__bashum__mkps1)
63
-export PS2=$(__bashum__mkps2)
62
+PS1=$(__bashum__mkps1)
63
+PS2=$(__bashum__mkps2)
64 64
 
65 65
 
66 66
 __bashum__set_title() {