From a062199c9f6fee36e081d8b45c7c3f1829cb518e Mon Sep 17 00:00:00 2001 From: miguel Date: Wed, 16 Jun 2021 13:35:43 +0200 Subject: tmux.conf and other things --- zsh/zshrc | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'zsh') diff --git a/zsh/zshrc b/zsh/zshrc index 4e5bad8..bd7e42e 100644 --- a/zsh/zshrc +++ b/zsh/zshrc @@ -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 '\\\$' -- cgit v1.2.3