.bashrc

Thu, 11 Apr 2024 13:19:32 -0400

author
Meredith Howard <mhoward@roomag.org>
date
Thu, 11 Apr 2024 13:19:32 -0400
changeset 1146
2c9d3c1940a4
parent 1107
c6d7ac40bd3c
permissions
-rw-r--r--

Add catlee/pull_diags.nvim

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

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

source ~/.lib/sh/path.bash

for DIR in bin .cargo/bin .local/bin go/bin .lib/stubs; do
  path-prepend "$HOME/$DIR"
done

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

source ~/.profile.common

mercurial