2011-06-25 19:31:04 +00:00
|
|
|
source ~/.profile
|
2011-06-25 17:37:31 +00:00
|
|
|
|
2011-07-10 17:43:51 +00:00
|
|
|
# something with keyword completion
|
|
|
|
# . /etc/bash_completion
|
|
|
|
if [ -f /etc/bash_completion ]
|
|
|
|
then
|
|
|
|
. /etc/bash_completion
|
|
|
|
fi
|
|
|
|
|
2017-03-13 15:49:52 +00:00
|
|
|
|
|
|
|
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting
|
2017-09-13 02:15:25 +00:00
|
|
|
|