commit 8ab0e238fb45208b35bef03d1a95c94ec2157b29 parent a0d80172213b2dab646fb023cc1da5e199d47c17 Author: finwo <finwo@pm.me> Date: Tue, 21 May 2019 12:35:14 +0200 Added title support to zsh Diffstat:
| M | zsh/home/.zshrc | | | 6 | ++++++ |
1 file changed, 6 insertions(+), 0 deletions(-)
diff --git a/zsh/home/.zshrc b/zsh/home/.zshrc @@ -103,6 +103,12 @@ prompt="%(?..[%{$fg[red]%}%?%{$reset_color%}] )%{$fg[yellow]%}%n%{$reset_color%} PROMPT_COMMAND= # }}} +# Titles {{{ + +[[ -e ~/git/finwo/zsh-titles/titles.plugin.zsh ]] && source ~/git/finwo/zsh-titles/titles.plugin.zsh +[[ -e ~/src/finwo/zsh-titles/titles.plugin.zsh ]] && source ~/src/finwo/zsh-titles/titles.plugin.zsh + +# }}} # Load fzf [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh