dotfiles/zsh/.zprofile
2019-08-21 20:34:56 +08:00

8 lines
91 B
Bash

#
# ~/.zprofile
#
[[ -f ~/.bashrc ]] && . ~/.bashrc
export PATH="$HOME/.cargo/bin:$PATH"