Added cargo install path to PATH

This commit is contained in:
2025-01-26 06:15:28 +01:00
parent 684445b4f7
commit c8377cdcf3

View File

@@ -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"