Remove universal-lsp PATH from zshrc

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 <noreply@anthropic.com>
This commit is contained in:
2025-11-11 10:20:23 +01:00
parent d89c45a910
commit 26fde94975

5
.zshrc
View File

@@ -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"