dotfiles/bash/.bash_profile

9 lines
168 B
Bash
Raw Normal View History

2019-01-28 02:46:29 +00:00
#
# ~/.bash_profile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export LEDGER_FILE="~/journal.ledger"
2019-02-05 13:36:55 +00:00
PATH="$PATH":"~/.local/bin":"~/bin/":"~/.gem/ruby/2.5.0/bin":"~/go/bin"