diff options
author | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-07-28 20:48:56 +0200 |
---|---|---|
committer | Hendrik Jaeger <git-commit@henk.geekmail.org> | 2020-07-28 20:48:56 +0200 |
commit | 1fed796c8144876ec0cfe5779d2bf937233063ac (patch) | |
tree | beaa1e85d183fac3f9d0dbca829c873b21b5a139 | |
parent | 1a9e5f929d8880543849918d80d0f9214329edad (diff) |
Disable title-setting
-rw-r--r-- | .zsh_antigen | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.zsh_antigen b/.zsh_antigen index de784e5..23fb774 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' |