dotfiles/bash/.bash_profile
2019-02-05 08:36:55 -05:00

9 lines
168 B
Bash

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