summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2026-08-04 01:21:17 +0300
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2026-08-04 01:21:17 +0300
commit9763dd58e32f5f4726dc0188ee9a0c17147be466 (patch)
tree8311166c6777d9806bf789974c0dce05234b3de7 /zsh/zshrc
parent8579e0cdb54b5305bfbe167d19dea89b12f76575 (diff)
New way of doing some things I guess.HEADmaster
Changes to be committed: modified: Vencord/settings/settings.json modified: X11/xinit modified: appimageupdate deleted: backlight modified: btop/btop.conf modified: clockpower modified: htop/htoprc modified: keybinds modified: lock modified: nvim/init.vim deleted: qBittorrent/ICEBERG.qbtheme deleted: qBittorrent/ayuDark.qbtheme deleted: vpn modified: xrec modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc15
1 files changed, 15 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 7406468..1c6eadc 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -86,3 +86,18 @@ if [ -f '/home/alphara/dev/codestorm-mi/google-cloud-sdk/completion.zsh.inc' ];
export PATH="$PATH:/home/alphara/.lmstudio/bin"
# End of LM Studio CLI section
+source $HOME/.elan/env
+
+# opencode
+export PATH=/home/alphara/.opencode/bin:$PATH
+
+# pnpm
+export PNPM_HOME="/home/alphara/.local/share/pnpm"
+case ":$PATH:" in
+ *":$PNPM_HOME:"*) ;;
+ *) export PATH="$PNPM_HOME:$PATH" ;;
+esac
+# pnpm end
+
+# OpenClaw Completion
+[ -f "/home/alphara/.openclaw/completions/openclaw.zsh" ] && source "/home/alphara/.openclaw/completions/openclaw.zsh"