6 lines
104 B
Bash
6 lines
104 B
Bash
# ~/.zshenv
|
|
#
|
|
|
|
typeset -U PATH path
|
|
path=("$HOME/.local/bin" "$path[@]" "$HOME/.cargo/bin")
|
|
export PATH
|