aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/zsh/completions.zsh
diff options
context:
space:
mode:
authorToby Vincent <tobyv13@gmail.com>2021-10-19 18:55:39 -0500
committerToby Vincent <tobyv13@gmail.com>2021-10-19 18:55:39 -0500
commit7d4c8cb511baf795d77c1fdbb08acb1aa2414607 (patch)
tree0249fda018ccc420b054e5e666ba4d686f101c34 /zsh/completions.zsh
parentca61bfb71cfbbfb08cedc76807cae56409cc4d8f (diff)
feat: moved to antibody
Diffstat (limited to 'zsh/completions.zsh')
-rw-r--r--zsh/completions.zsh3
1 files changed, 3 insertions, 0 deletions
diff --git a/zsh/completions.zsh b/zsh/completions.zsh
new file mode 100644
index 0000000..9b9facc
--- /dev/null
+++ b/zsh/completions.zsh
@@ -0,0 +1,3 @@
+#!/usr/bin/env zsh
+
+fpath=("${HOME}/dotfiles/cheat.sh/shell/" $fpath)