diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-07-28 20:49:13 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-07-28 20:49:13 +0200 |
commit | b4fc8254023e4dc9531e085ea62cf79469d67c91 (patch) | |
tree | a3a29f6181cde999e31ef4c5405720ebbd291024 | |
parent | 1fed796c8144876ec0cfe5779d2bf937233063ac (diff) |
Disable auto-ls, was annoying and made problems
-rw-r--r-- | .zsh_antigen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh_antigen b/.zsh_antigen index 23fb774..88a2b9c 100644 --- a/.zsh_antigen +++ b/.zsh_antigen @@ -11,7 +11,7 @@ antigen bundle 'https://github.com/laurenkt/zsh-vimto' antigen bundle 'https://github.com/MichaelAquilina/zsh-you-should-use' -antigen bundle 'https://github.com/desyncr/auto-ls' +# antigen bundle 'https://github.com/desyncr/auto-ls' antigen apply |