dotfiles/shells/bash/bash_profile

7 lines
140 B
Bash

source ~/.bashrc
# added by oblique-fortunes
if command fortune >/dev/null; then fortune oblique; fi
export PATH="$HOME/.cargo/bin:$PATH"