mirror of
https://github.com/foo-dogsquared/dotfiles.git
synced 2025-01-31 04:57:57 +00:00
8 lines
91 B
Bash
8 lines
91 B
Bash
#
|
|
# ~/.zprofile
|
|
#
|
|
|
|
[[ -f ~/.bashrc ]] && . ~/.bashrc
|
|
|
|
export PATH="$HOME/.cargo/bin:$PATH"
|