Update ENVPUPPET_BASEDIR
This commit is contained in:
parent
0ebaa57ef7
commit
31dba2e2b5
1 changed files with 4 additions and 4 deletions
|
|
@ -74,13 +74,13 @@ fi
|
||||||
if [ -d ~/.gem/ruby/1.8/bin ] ; then
|
if [ -d ~/.gem/ruby/1.8/bin ] ; then
|
||||||
export PATH="$PATH:$HOME/.gem/ruby/1.8/bin"
|
export PATH="$PATH:$HOME/.gem/ruby/1.8/bin"
|
||||||
fi
|
fi
|
||||||
|
#if [ -d ~/.rvm/bin ] ; then
|
||||||
|
# export PATH="$HOME/.rvm/bin:$PATH"
|
||||||
|
#fi
|
||||||
#for dir in `find /opt/*/bin|grep /bin$` `find /opt/csw/*/bin|grep /bin$` ; do
|
#for dir in `find /opt/*/bin|grep /bin$` `find /opt/csw/*/bin|grep /bin$` ; do
|
||||||
# export PATH=$PATH:$dir
|
# export PATH=$PATH:$dir
|
||||||
#done
|
#done
|
||||||
|
|
||||||
[[ -s "$HOME/.rvm/scripts/rvm" ]] && . "$HOME/.rvm/scripts/rvm" # Load RVM function
|
|
||||||
|
|
||||||
|
|
||||||
# Setting vars
|
# Setting vars
|
||||||
#TERM=rxvt
|
#TERM=rxvt
|
||||||
#export GEM_HOME="$HOME/.gems"
|
#export GEM_HOME="$HOME/.gems"
|
||||||
|
|
@ -93,7 +93,7 @@ SAVEHIST=1000
|
||||||
HISTFILE=~/.history
|
HISTFILE=~/.history
|
||||||
export GPGKEY="48C7AF0C"
|
export GPGKEY="48C7AF0C"
|
||||||
export NETHACKOPTIONS='autopickup,color,!cmdassist,!number_pad,hilite_pet,boulder:0,pickup_types:$"=/!?+,menustyle:partial,!legacy,suppress_alert:3.3.1'
|
export NETHACKOPTIONS='autopickup,color,!cmdassist,!number_pad,hilite_pet,boulder:0,pickup_types:$"=/!?+,menustyle:partial,!legacy,suppress_alert:3.3.1'
|
||||||
export ENVPUPPET_BASEDIR="/Users/hunner/git"
|
export ENVPUPPET_BASEDIR="/Users/hunner/Documents/work/git"
|
||||||
export OVFTOOL='/Applications/VMware OVF Tool/ovftool'
|
export OVFTOOL='/Applications/VMware OVF Tool/ovftool'
|
||||||
|
|
||||||
# Prompt
|
# Prompt
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue