.bashrc

Sat, 24 Jun 2017 22:37:59 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Sat, 24 Jun 2017 22:37:59 -0400
changeset 610
5f49012f8242
parent 515
199b08808ed5
child 687
17d2d3c6042e
permissions
-rw-r--r--

move these into a .cache dir

# .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 [ -f ~/.bashrc.local ]; then
  source ~/.bashrc.local
fi

source ~/.profile.common

mercurial