dotfiles/zsh/.zprofile

8 lines
91 B
Plaintext
Raw Normal View History

2019-08-15 13:45:08 +00:00
#
# ~/.zprofile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
2019-08-21 12:34:56 +00:00
export PATH="$HOME/.cargo/bin:$PATH"