added cargo bin to path

This commit is contained in:
2025-07-13 11:52:47 +02:00
parent 7ed6e92879
commit 499859ccca

View File

@@ -186,3 +186,4 @@ export ompPath="$HOME/.config/oh-my-posh/theme.omp.json"
eval "$(oh-my-posh init bash --config $ompPath)"
### Start tmux if not already in a session
[[ -z "$TMUX" ]] && exec tmux
. "$HOME/.cargo/env"