fix cargo binary path in .profile

This commit is contained in:
Guilherme Rugai Freire 2022-05-29 15:53:39 -03:00
parent 442e25b497
commit 47cd745a56
No known key found for this signature in database
GPG Key ID: FC05BE5CD322C427

View File

@ -49,7 +49,7 @@ try_export_path "$HOME/.local/bin"
try_export_path "$HOME/.yarn/bin"
try_export_path "$HOME/.cargo/bin"
try_export_path "$CARGO_HOME/bin"
# Fzf options
export FZF_DEFAULT_OPTS="--reverse --cycle --margin 0,1"