diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-08-09 10:20:43 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-08-09 10:20:43 +0200 |
commit | 9a9a1d69e6021a381343eaac4de6b88d2a7038a8 (patch) | |
tree | 244390393b9f8b8ad616e0f277e35fd7ddb95419 | |
parent | cee5230e2d55253f2b2616a18951b96eaa1064cd (diff) |
add more zsh completions
-rw-r--r-- | .zsh_antigen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_antigen b/.zsh_antigen index 88a2b9c..71fe473 100644 --- a/.zsh_antigen +++ b/.zsh_antigen @@ -13,5 +13,7 @@ antigen bundle 'https://github.com/MichaelAquilina/zsh-you-should-use' # antigen bundle 'https://github.com/desyncr/auto-ls' +antigen bundle 'https://github.com/zsh-users/zsh-completions' + antigen apply |