diff options
| author | miguel <m.i@gmx.at> | 2021-06-16 13:35:43 +0200 |
|---|---|---|
| committer | miguel <m.i@gmx.at> | 2021-06-16 13:35:43 +0200 |
| commit | a062199c9f6fee36e081d8b45c7c3f1829cb518e (patch) | |
| tree | 7253dbcf0b93d054c904f3f96b8428e4abbe0b02 /zsh | |
| parent | 077f6935aeced24a42a80db879ecaaa7756b748f (diff) | |
tmux.conf and other things
Diffstat (limited to 'zsh')
| -rw-r--r-- | zsh/zshrc | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -1,6 +1,6 @@ if [ -z "$TMUX" ] then - tmux attach -t TMUX || tmux new -s TMUX + tmux -2 attach -t TMUX || tmux -2 new -s TMUX fi # Start configuration added by Zim install {{{ @@ -166,7 +166,7 @@ add-zle-hook-widget -Uz keymap-select _prompt_miguel_keymap_select typeset -gA git_info if (( ${+functions[git-info]} )); then - zstyle ':zim:git-info:branch' format '%b' + zstyle ':zim:git-info:branch' format '%F{blue}%b%f' zstyle ':zim:git-info:commit' format 'HEAD %F{green}(%c)' zstyle ':zim:git-info:action' format ' %F{yellow}(${(U):-%s})' zstyle ':zim:git-info:stashed' format '\\\$' |
