General update

This commit is contained in:
Bill Niblock 2015-10-27 18:21:59 -04:00
parent 353099b8f0
commit 2086540df2
5 changed files with 11 additions and 21 deletions

View file

@ -5,6 +5,11 @@ if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
# Add Gems to path
if which ruby >/dev/null && which gem >/dev/null; then
PATH="$(ruby -rubygems -e 'puts Gem.user_dir')/bin:$PATH"
fi
# Uncomment the following line if you don't like systemctl's auto-paging feature:
# export SYSTEMD_PAGER=