diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-09-18 09:31:28 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2019-09-18 09:31:28 +0200 |
commit | db4053626e7a6b01dda64ab65d157872f56c0b51 (patch) | |
tree | 6b427a416c4cf83134c1f4be8ba4748b907d7b21 /.zsh_antigen | |
parent | 0f9deff635e4c0781e17466947c0764e376add56 (diff) |
Disable zsh plugin for titles, creates problems
Diffstat (limited to '.zsh_antigen')
-rw-r--r-- | .zsh_antigen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh_antigen b/.zsh_antigen index 4ba1f84..de784e5 100644 --- a/.zsh_antigen +++ b/.zsh_antigen @@ -3,7 +3,7 @@ antigen bundle 'https://github.com/willghatch/zsh-saneopt' antigen bundle 'https://github.com/joel-porquet/zsh-dircolors-solarized' antigen bundle 'https://github.com/zsh-users/zsh-syntax-highlighting' -antigen bundle 'https://github.com/MikeDacre/tmux-zsh-vim-titles' +#antigen bundle 'https://github.com/MikeDacre/tmux-zsh-vim-titles' antigen bundle 'https://github.com/nojhan/liquidprompt' |