aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-23 22:02:34 +0200
committerGravatar Tom van der Lee <t0m.vd.l33@gmail.com>2015-04-23 22:02:34 +0200
commitf1fbba3836726fc842ed84cf69264954919cbfd5 (patch)
tree1076305b952c0115069bf221e69226b3fa97f73c
parentb34be2769638abf6b2813f330cd93c355a95883c (diff)
downloaddotfiles-f1fbba3836726fc842ed84cf69264954919cbfd5.tar.gz
dotfiles-f1fbba3836726fc842ed84cf69264954919cbfd5.tar.bz2
dotfiles-f1fbba3836726fc842ed84cf69264954919cbfd5.zip
256 color terminal
-rw-r--r--bash/.bashrc1
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"
35export GEM_HOME="$(ruby -e 'print Gem.user_dir')/bin" 35export GEM_HOME="$(ruby -e 'print Gem.user_dir')/bin"
36export PATH="$PATH:$GEM_HOME:$GOPATH/bin" 36export PATH="$PATH:$GEM_HOME:$GOPATH/bin"
37export EDITOR="vim" 37export EDITOR="vim"
38export TERM="xterm-256color"
38 39
39source liquidprompt 40source liquidprompt
40archey3 41archey3