dotfiles/bash/.bash_profile
2019-01-27 21:46:29 -05:00

9 lines
216 B
Bash

#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export LEDGER_FILE="~/journal.ledger"
PATH="$PATH":"/home/jdormit/.local/bin":"/home/jdormit/bin/":"/home/jdormit/.gem/ruby/2.5.0/bin":"/home/jdormit/go/bin"