Added cargo install path to PATH
This commit is contained in:
parent
684445b4f7
commit
c8377cdcf3
|
@ -45,7 +45,7 @@ source $ZSH/oh-my-zsh.sh
|
||||||
|
|
||||||
less_termcap[so]="${fg_bold[black]}${bg[white]}"
|
less_termcap[so]="${fg_bold[black]}${bg[white]}"
|
||||||
|
|
||||||
export PATH="${HOME}/.local/bin:$PATH"
|
export PATH="${HOME}/.local/bin:${HOME}/.cargo/bin:$PATH"
|
||||||
export EDITOR=nvim
|
export EDITOR=nvim
|
||||||
# export GREP_COLORS="mt=01;32"
|
# export GREP_COLORS="mt=01;32"
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue
Block a user