Update .bashrc

This commit is contained in:
Rawley 2022-10-20 16:49:37 -06:00 committed by GitHub
parent de14b2942e
commit 50f8cfa3fb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

5
debian/home/.bashrc vendored
View file

@ -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