Move exports from bashrc to bash_profile and added php aliases

This commit is contained in:
Jonathan Hodgson 2017-05-31 16:23:40 +01:00
parent 95f3c5a11e
commit 1c78ee64be
2 changed files with 13 additions and 11 deletions

View file

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