diff options
author | Hendrik Jaeger <henk@frustcomp> | 2014-11-10 22:47:15 +0100 |
---|---|---|
committer | Hendrik Jaeger <henk@frustcomp> | 2014-11-10 22:47:15 +0100 |
commit | c6f847b4678c616bd09ebfcf3980ffbabef10caf (patch) | |
tree | 72374b639cf3aa83c728d1a8fbce103de1dcd49d /.zshcomprc |
Initial commit
new file: .zsh_aliases
new file: .zsh_functions
new file: .zshcomprc
new file: .zshrc
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 |