zsh: add cargo bin to PATH
This commit is contained in:
parent
dbdc1b99da
commit
50c229fd5b
1 changed files with 1 additions and 1 deletions
2
.zshrc
2
.zshrc
|
@ -65,7 +65,7 @@ setopt null_glob
|
|||
export LC_ALL=en_US.UTF-8
|
||||
export LC_ALL=en_DK.UTF-8
|
||||
|
||||
export PATH=$HOME/bin:$PATH
|
||||
export PATH=$HOME/bin:$HOME/.cargo/bin:$PATH
|
||||
|
||||
redraw-prompt() {
|
||||
local precmd
|
||||
|
|
Loading…
Reference in a new issue