diff options
author | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-02 03:09:49 +0000 |
---|---|---|
committer | CoprDistGit <copr-devel@lists.fedorahosted.org> | 2023-03-02 03:09:49 +0000 |
commit | 9af72b1f31ee233b46aa59a5ba6da4f673a8efa1 (patch) | |
tree | ff30711e8596b2e6cfe1c176884f48abd4a0a948 /dotzshrc | |
parent | 919409ac45333a832dc566a92dbfd7bf21be84ba (diff) |
automatic import of zshopeneuler20.03
Diffstat (limited to 'dotzshrc')
-rw-r--r-- | dotzshrc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/dotzshrc b/dotzshrc new file mode 100644 index 0000000..ebd96e7 --- /dev/null +++ b/dotzshrc @@ -0,0 +1,9 @@ +# +# .zshrc is sourced in interactive shells. +# It should contain commands to set up aliases, +# functions, options, key bindings, etc. +# + +# Setup new style completion system. +autoload -U compinit +compinit |