summaryrefslogtreecommitdiff
path: root/zsh/zshrc
diff options
context:
space:
mode:
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"