Fidgeting

This commit is contained in:
Bill Niblock 2017-01-27 20:52:36 -05:00
parent f5a232bc71
commit 11536ef919
8 changed files with 40 additions and 15 deletions

View file

@ -10,6 +10,11 @@ if which ruby >/dev/null && which gem >/dev/null; then
PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH"
fi
# Add Python projects to path
PYTHONPATH="${PYTHONPATH}:/home/niblock/Lab/gomez_audit"
export PYTHONPATH
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=
@ -37,3 +42,5 @@ function live(){
* ) echo "Not an option, try again." ;;
esac
}
export PATH="$PATH:$HOME/.rvm/bin" # Add RVM to PATH for scripting