瀏覽代碼

No need to export interactive-mode variables

Alois Mahdal 9 年之前
父節點
當前提交
9a455ea83a
共有 1 個檔案被更改,包括 2 行新增2 行删除
  1. 2
    2
      dotfiles/bash/post.bashrc

+ 2
- 2
dotfiles/bash/post.bashrc 查看文件

59
 }
59
 }
60
 
60
 
61
 # and use to assemble own PS1
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
 __bashum__set_title() {
66
 __bashum__set_title() {