This commit is contained in:
2026-01-16 19:03:27 +01:00
parent 8ad3bbddf7
commit d6d75096a0
3 changed files with 30 additions and 5 deletions

View File

@@ -198,7 +198,7 @@ export ompPath="$HOME/.config/oh-my-posh/theme.omp.json"
### Start oh my posh
eval "$(oh-my-posh init bash --config $ompPath)"
eval "$(fnm env --use-on-cd --shell bash)"
if [ -d "$HOME/.cargo/env" ]; then
. "$HOME/.cargo/env"
fi