Add ~/.cargo/bin to path
This commit is contained in:
parent
8b0b1dce34
commit
b03223b9ba
8
.zshenv
8
.zshenv
@ -22,7 +22,13 @@ export WINEDLLOVERRIDES=winemenubuilder.exe=d
|
||||
|
||||
# Don't allow duplicate values in path
|
||||
typeset -U path
|
||||
path=($HOME/.bin $HOME/.local/bin $HOME/.dotfiles/ $path)
|
||||
path=(
|
||||
$HOME/.bin
|
||||
$HOME/.local/bin
|
||||
$HOME/.dotfiles/
|
||||
$HOME/.cargo/bin
|
||||
$path
|
||||
)
|
||||
|
||||
# Set temporary files locations
|
||||
if [[ ! -d "$TMPDIR" ]]
|
||||
|
Loading…
Reference in New Issue
Block a user