dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit ed074f61fa23e1f862a0b4726ea712599db4ff72
parent ac46dfab1c499784cae1f3262b8deaf7664ecc88
Author: Anders Damsgaard <andersd@riseup.net>
Date:   Fri,  6 Oct 2017 13:07:32 -0400

launch default shell with new window

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

diff --git a/links/.tmux.conf b/links/.tmux.conf @@ -201,4 +201,4 @@ bind-key W new-window -n weather "curl 'wttr.in/?m'; echo -e '\nPress <enter> to bind-key M new-window -n mutt "mutt" bind-key V new-window -n vim "vim" bind-key P new-window -n vimpc "vimpc" -bind-key Enter new-window "tmux set status-right-length `echo $(tput cols)/3|bc|tr -d '\n'`; tmux set status-left-length `echo $(tput cols)/3|bc|tr -d '\n'`; zsh" +bind-key Enter new-window "tmux set status-right-length `echo $(tput cols)/3|bc|tr -d '\n'`; tmux set status-left-length `echo $(tput cols)/3|bc|tr -d '\n'`; $SHELL"