aboutsummaryrefslogtreecommitdiff
path: root/.zshrc
diff options
context:
space:
mode:
authorAlec Goncharow <alec@goncharow.dev>2024-01-16 08:51:19 -0500
committerAlec Goncharow <alec@goncharow.dev>2024-01-16 08:51:19 -0500
commiteca35d6d822acba9bddec526ba95041880e20b67 (patch)
tree6979442096ff7c7dea64e947563067931a5db0ba /.zshrc
parent128eec2ebf2b206b072463cd4c792cdd93664ca2 (diff)
nushell churn is too much
bash gets it
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