added cargo bin to path
This commit is contained in:
1
.bashrc
1
.bashrc
@@ -186,3 +186,4 @@ export ompPath="$HOME/.config/oh-my-posh/theme.omp.json"
|
|||||||
eval "$(oh-my-posh init bash --config $ompPath)"
|
eval "$(oh-my-posh init bash --config $ompPath)"
|
||||||
### Start tmux if not already in a session
|
### Start tmux if not already in a session
|
||||||
[[ -z "$TMUX" ]] && exec tmux
|
[[ -z "$TMUX" ]] && exec tmux
|
||||||
|
. "$HOME/.cargo/env"
|
||||||
|
|||||||
Reference in New Issue
Block a user