dotfiles

My personal shell configs and stuff
git clone git://git.alex.balgavy.eu/dotfiles.git
Log | Files | Refs | Submodules | README | LICENSE

commit a7bebea0a69d5a4af0738395940d8a1bafe007f1
parent 30b2b3f538ea9dee9ca0b65141d459c679429358
Author: Alex Balgavy <a.balgavy@gmail.com>
Date:   Sat, 19 Oct 2019 13:39:17 -0400

tmux: config

Former-commit-id: 26cdfcfd2f5bcbf8c4bdd1dc20edb2647e3231b0
Diffstat:
Mtmux/tmux.conf | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tmux/tmux.conf b/tmux/tmux.conf @@ -36,7 +36,7 @@ set -g mouse on set -g prefix C-a set -g terminal-overrides 'xterm*:smcup@:rmcup@' set -g default-command /usr/bin/zsh -set -g default-shell /usr/bin/zsh +set -g default-shell $SHELL set-option -g default-terminal "xterm-256color" set-option -g pane-active-border-style fg=green set-option -g set-titles on