dotfiles/shells/bash/bash_profile

7 lines
140 B
Bash
Raw Normal View History

2019-07-22 16:21:32 +10:00
source ~/.bashrc
# added by oblique-fortunes
if command fortune >/dev/null; then fortune oblique; fi
export PATH="$HOME/.cargo/bin:$PATH"