summaryrefslogtreecommitdiff
path: root/zsh/.zshrc.zni
diff options
context:
space:
mode:
authorMichaël Ball <michael@Michaels-MacBook-Pro.local>2024-07-16 16:12:12 +0100
committerMichaël Ball <michael@Michaels-MacBook-Pro.local>2024-07-16 16:12:12 +0100
commit4385c252eb461a0ec9dbf9569a8f9ef7f0664289 (patch)
treede1005fbc0274eea549dc42ca5be17101b937463 /zsh/.zshrc.zni
Initial commit
Diffstat (limited to 'zsh/.zshrc.zni')
-rw-r--r--zsh/.zshrc.zni9
1 files changed, 9 insertions, 0 deletions
diff --git a/zsh/.zshrc.zni b/zsh/.zshrc.zni
new file mode 100644
index 0000000..0e6cff5
--- /dev/null
+++ b/zsh/.zshrc.zni
@@ -0,0 +1,9 @@
+# The following lines were added by compinstall
+
+zstyle ':completion:*' completer _complete _ignored
+zstyle ':completion:*' matcher-list ''
+zstyle :compinstall filename '/home/gid/.zshrc'
+
+autoload -Uz compinit
+compinit
+# End of lines added by compinstall