aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
Diffstat (limited to '.zshrc')
-rw-r--r--.zshrc1
1 files changed, 1 insertions, 0 deletions
diff --git a/.zshrc b/.zshrc
index 44bf192..1497cb3 100644
--- a/.zshrc
+++ b/.zshrc
@@ -141,6 +141,7 @@ source ~/functions/zig.sh
source ~/functions/fzf.sh
source ~/.fzf/shell/completion.zsh
source ~/.fzf/shell/key-bindings.zsh
+fpath=(~/code/github/zig/shell-completions $fpath)
if [[ -f "$HOME/.zig/env" ]]; then
source ~/.zig/env