mirror of
https://github.com/GRFreire/dotfiles.git
synced 2026-01-10 04:19:38 +00:00
fix cargo binary path in .profile
This commit is contained in:
parent
442e25b497
commit
47cd745a56
2
.profile
2
.profile
@ -49,7 +49,7 @@ try_export_path "$HOME/.local/bin"
|
|||||||
|
|
||||||
try_export_path "$HOME/.yarn/bin"
|
try_export_path "$HOME/.yarn/bin"
|
||||||
|
|
||||||
try_export_path "$HOME/.cargo/bin"
|
try_export_path "$CARGO_HOME/bin"
|
||||||
|
|
||||||
# Fzf options
|
# Fzf options
|
||||||
export FZF_DEFAULT_OPTS="--reverse --cycle --margin 0,1"
|
export FZF_DEFAULT_OPTS="--reverse --cycle --margin 0,1"
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user