diff options
Diffstat (limited to '.zshcomprc')
-rw-r--r-- | .zshcomprc | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/.zshcomprc b/.zshcomprc new file mode 100644 index 0000000..9188550 --- /dev/null +++ b/.zshcomprc @@ -0,0 +1,6 @@ +# The following lines were added by compinstall +zstyle :compinstall filename '/home/henk/.zshcomprc' + +autoload -Uz compinit +compinit +# End of lines added by compinstall |