.bashrc

Fri, 18 Mar 2016 01:20:22 +0000

author
Meredith Howard <mhoward@roomag.org>
date
Fri, 18 Mar 2016 01:20:22 +0000
changeset 277
5a1849a8608a
parent 270
dda2a7f4d485
child 281
cc9fa8161af9
permissions
-rw-r--r--

Disable mouse copy-mode

# .bashrc: executed for non-login shells
#          probably sourced by .bash_profile though

if [ -f ~/.bashrc.dist ]; then
  source ~/.bashrc.dist
fi

source .bashrc.lib

path-prepend "$HOME/bin"

if path-prepend "$HOME/.plenv/bin"; then
  eval "$(plenv init -)"
fi

if path-prepend "$HOME/.rbenv/bin"; then
  eval "$(rbenv init -)"
fi


if [ -f ~/.bashrc.local ]; then
  source ~/.bashrc.local
fi

source ~/.profile.common

mercurial