# HG changeset patch # User zegervdv # Date 1639820395 -3600 # Node ID a1ff0b7b405b4236f1cfe53db93f02782246ea97 # Parent 36ba70d17fd6e6e736297853dee00c7b9a057cb3 Remove shell config from tmux diff -r 36ba70d17fd6 -r a1ff0b7b405b dot_tmux.conf --- a/dot_tmux.conf Sat Dec 18 10:35:27 2021 +0100 +++ b/dot_tmux.conf Sat Dec 18 10:39:55 2021 +0100 @@ -109,11 +109,6 @@ set-window-option -g visual-bell on set-window-option -g bell-action other -set-option -g default-shell "/bin/bash" -# set-option -g default-command "/bin/bash" -# set-environment -g SHELL "/bin/bash" -# set-environment -g PATH "$PATH:/home/zvandeva/bin" - # Local config if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local'