dotfiles

*nix config files
git clone git://git.pyratebeard.net/dotfiles.git
Log | Files | Refs | README

commit f3d1a3e4f95688b1f9bf98e2c33a3b6d768299e5
parent 46ad64804e028a86d37c534bae6cc16c4c64a596
Author: pyratebeard <root@pyratebeard.net>
Date:   Thu, 27 Jul 2017 20:21:44 +0100

pane border to black

Diffstat:
Mtmux/.tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/.tmux.conf b/tmux/.tmux.conf @@ -76,7 +76,7 @@ bind ` select-pane -t :.+ bind : command-prompt # Panes -set -g pane-border-fg blue +set -g pane-border-fg black set -g pane-active-border-fg cyan #set -g pane-active-border-attr blink