diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-09-07 10:07:53 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-09-07 10:07:53 +0200 |
commit | a38334993015197f64f06f0ec51e4566e6ecfc37 (patch) | |
tree | ea295b4921ec4f01b3997ee58f75bc1fcd1b1a3b /.zsh_antigen | |
parent | 9a9a1d69e6021a381343eaac4de6b88d2a7038a8 (diff) |
Add xpanes plugin
Diffstat (limited to '.zsh_antigen')
-rw-r--r-- | .zsh_antigen | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.zsh_antigen b/.zsh_antigen index 71fe473..30c7769 100644 --- a/.zsh_antigen +++ b/.zsh_antigen @@ -15,5 +15,7 @@ antigen bundle 'https://github.com/MichaelAquilina/zsh-you-should-use' antigen bundle 'https://github.com/zsh-users/zsh-completions' +antigen bundle "https://github.com/greymd/tmux-xpanes" + antigen apply |