.bashrc

Sun, 03 Dec 2017 17:31:55 -0500

author
Meredith Howard <mhoward@roomag.org>
date
Sun, 03 Dec 2017 17:31:55 -0500
changeset 657
628b4b962086
parent 515
199b08808ed5
child 687
17d2d3c6042e
permissions
-rw-r--r--

Use pandoc as markdown equalprg, use only 72 for text width

# .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