summaryrefslogtreecommitdiff
path: root/dotfiles/system/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to 'dotfiles/system/.zshrc')
-rw-r--r--dotfiles/system/.zshrc3
1 files changed, 3 insertions, 0 deletions
diff --git a/dotfiles/system/.zshrc b/dotfiles/system/.zshrc
index 06b84eb..7050fae 100644
--- a/dotfiles/system/.zshrc
+++ b/dotfiles/system/.zshrc
@@ -1,3 +1,5 @@
+# Add deno completions to search path
+if [[ ":$FPATH:" != *":/home/cjennings/.zsh/completions:"* ]]; then export FPATH="/home/cjennings/.zsh/completions:$FPATH"; fi
# source appropriate dotfiles if they exist
[ -f ~/.profile ] && source ~/.profile
[ -f ~/.secrets ] && source ~/.secrets
@@ -177,3 +179,4 @@ eval "$(zoxide init zsh)"
## [/Completion]
ulimit -c unlimited
+. "/home/cjennings/.deno/env" \ No newline at end of file