Update .bashrc
This commit is contained in:
parent
de14b2942e
commit
50f8cfa3fb
1 changed files with 3 additions and 2 deletions
5
debian/home/.bashrc
vendored
5
debian/home/.bashrc
vendored
|
@ -9,8 +9,6 @@ alias vi='nvim'
|
|||
GOPATH="$HOME/.go"
|
||||
GEM_HOME="$HOME/.gems"
|
||||
|
||||
PS1='\W : λ '
|
||||
|
||||
export GOPATH
|
||||
export GEM_HOME
|
||||
|
||||
|
@ -32,3 +30,6 @@ export PATH="$PATH:$HOME/.rvm/bin"
|
|||
|
||||
# RVM likes the gem root path to be the first element in the path
|
||||
PATH="$GEM_HOME/bin:/usr/local/bin/go:$GOPATH/bin:$PATH"
|
||||
|
||||
PS1='[\u@\h \W]\$ '
|
||||
export PS1
|
||||
|
|
Loading…
Reference in a new issue