Mercurial > dotfiles
comparison dot_tmux.conf @ 507:a1ff0b7b405b
Remove shell config from tmux
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sat, 18 Dec 2021 10:39:55 +0100 |
parents | 38b7afc9e492 |
children | 9af6e508f630 |
comparison
equal
deleted
inserted
replaced
506:36ba70d17fd6 | 507:a1ff0b7b405b |
---|---|
107 | 107 |
108 # Allow for visual bell when a command completes | 108 # Allow for visual bell when a command completes |
109 set-window-option -g visual-bell on | 109 set-window-option -g visual-bell on |
110 set-window-option -g bell-action other | 110 set-window-option -g bell-action other |
111 | 111 |
112 set-option -g default-shell "/bin/bash" | |
113 # set-option -g default-command "/bin/bash" | |
114 # set-environment -g SHELL "/bin/bash" | |
115 # set-environment -g PATH "$PATH:/home/zvandeva/bin" | |
116 | |
117 # Local config | 112 # Local config |
118 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' | 113 if-shell "[ -f ~/.tmux.conf.local ]" 'source ~/.tmux.conf.local' |
119 | 114 |
120 # Plugins | 115 # Plugins |
121 # set -g @plugin 'tmux-plugins/tpm' | 116 # set -g @plugin 'tmux-plugins/tpm' |