From 8d735dd4956ac4e21a1c5d4dc0466d49752475ff Mon Sep 17 00:00:00 2001 From: klaas Date: Wed, 26 Mar 2025 23:34:35 +0100 Subject: [PATCH] configs/zshrc aktualisiert --- configs/zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/configs/zshrc b/configs/zshrc index 9ebc531..23ff33f 100644 --- a/configs/zshrc +++ b/configs/zshrc @@ -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