Move exports from bashrc to bash_profile and added php aliases
This commit is contained in:
parent
b01795e2e3
commit
7c039a1210
2 changed files with 13 additions and 11 deletions
10
bash_profile
10
bash_profile
|
@ -7,4 +7,14 @@
|
|||
|
||||
|
||||
|
||||
export TERMINAL=/usr/bin/konsole
|
||||
export TERM=xterm-256color
|
||||
export PATH=~/.bin:$PATH:.
|
||||
export EDITOR='vim --servername jab2870'
|
||||
export CDPATH=.:~:~/Sites
|
||||
|
||||
#Ruby things
|
||||
GEM_HOME=$(ls -t -U | ruby -e 'puts Gem.user_dir')
|
||||
GEM_PATH=$GEM_HOME
|
||||
export PATH=$PATH:$GEM_HOME/bin
|
||||
export GEM_HOME=$(ruby -e 'print Gem.user_dir')
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue