diff options
| -rw-r--r-- | bash/.bashrc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/bash/.bashrc b/bash/.bashrc index c3edcfa..d6c2996 100644 --- a/bash/.bashrc +++ b/bash/.bashrc | |||
| @@ -35,6 +35,7 @@ export GOPATH="$HOME/programming/go" | |||
| 35 | export GEM_HOME="$(ruby -e 'print Gem.user_dir')/bin" | 35 | export GEM_HOME="$(ruby -e 'print Gem.user_dir')/bin" |
| 36 | export PATH="$PATH:$GEM_HOME:$GOPATH/bin" | 36 | export PATH="$PATH:$GEM_HOME:$GOPATH/bin" |
| 37 | export EDITOR="vim" | 37 | export EDITOR="vim" |
| 38 | export TERM="xterm-256color" | ||
| 38 | 39 | ||
| 39 | source liquidprompt | 40 | source liquidprompt |
| 40 | archey3 | 41 | archey3 |
