From 26fde94975035838a1a431311342f44dd529a4db Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sebastian=20Kr=C3=BCger?= Date: Tue, 11 Nov 2025 10:20:23 +0100 Subject: [PATCH] Remove universal-lsp PATH from zshrc MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Clean up .zshrc by removing universal-lsp PATH export and duplicate g1 alias after removing universal-lsp MCP installation. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude --- .zshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.zshrc b/.zshrc index 19093f3e..d06dd529 100644 --- a/.zshrc +++ b/.zshrc @@ -187,8 +187,3 @@ source $ZSH/oh-my-zsh.sh # To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. [[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh - - -alias g1='git reset $(git commit-tree "HEAD^{tree}" -m "A new start")' - -export PATH="$PATH:/home/valknar/Projects/zed/universal-lsp/target/release"