configs/zshrc aktualisiert

This commit is contained in:
klaas 2025-03-26 23:34:35 +01:00
parent bbe069bf5d
commit 8d735dd495
1 changed files with 0 additions and 5 deletions

View File

@ -106,11 +106,6 @@ export NVM_DIR="$HOME/.nvm"
# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh.
[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh
eval "$(/home/linuxbrew/.linuxbrew/bin/brew shellenv)"
eval $(thefuck --alias)
[ -s "$NVM_DIR/bash_completion" ] && \. "$NVM_DIR/bash_completion" # This loads nvm bash_completion
export DOTNET_ROOT=$HOME/.dotnet
export PATH=$PATH:$DOTNET_ROOT:$DOTNET_ROOT/tools