summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
authorxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-01-07 19:08:42 +0200
committerxAlpharax <42233094+xAlpharax@users.noreply.github.com>2025-01-07 19:08:42 +0200
commitdbaeaf827090545db7db30d623b44ac29e386829 (patch)
treedd5b048b2d40c40dc373b6a2901fc291d994809d /zsh/zshrc
parent44d9ebb842720bbec7eba24e923718ade5932604 (diff)
Routine changes.
Changes to be committed: modified: Kvantum/KvArcDark#/KvArcDark#.kvconfig modified: X11/xinit modified: appimageupdate modified: btop/btop.conf modified: install.sh modified: lock deleted: nvim/colors/hybrid.vim.bkup modified: nvim/init.vim modified: zsh/aliases modified: zsh/env modified: zsh/zshrc
Diffstat (limited to 'zsh/zshrc')
-rw-r--r--zsh/zshrc6
1 files changed, 6 insertions, 0 deletions
diff --git a/zsh/zshrc b/zsh/zshrc
index 68b8855..e3c4aad 100644
--- a/zsh/zshrc
+++ b/zsh/zshrc
@@ -1,3 +1,5 @@
+# Add deno completions to search path
+if [[ ":$FPATH:" != *":/home/alphara/.zsh/completions:"* ]]; then export FPATH="/home/alphara/.zsh/completions:$FPATH"; fi
zstyle ':completion:*' menu select
zstyle :compinstall filename '~/.zshrc'
@@ -54,4 +56,8 @@ command -v pyenv >/dev/null || export PATH="$PYENV_ROOT/bin:$PATH"
eval "$(pyenv init -)"
eval "$(pyenv virtualenv-init -)"
+# slow af
+#eval "$(gh copilot alias -- zsh)"
+
eval "$(zoxide init zsh)"
+. "/home/alphara/.deno/env"