Set tmux default shell

This commit is contained in:
Sonny 2019-01-15 20:44:22 +01:00
parent aefa82b24c
commit cab056e348

View file

@ -1,6 +1,8 @@
# use vim copy/paste keybindings # use vim copy/paste keybindings
setw -g mode-keys vi setw -g mode-keys vi
set-option -g default-shell /bin/bash
# split panes using | and - # split panes using | and -
bind | split-window -h bind | split-window -h
bind - split-window -v bind - split-window -v