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