tmux forcing me to use bash? yuck.

This commit is contained in:
Colin Powell
2018-12-07 13:18:47 -05:00
parent 1ac9630519
commit 90a57692d0

View File

@ -19,4 +19,3 @@ set -g status-left "session: #S | window: #I | pane: #P"
set -g prefix C-a
bind-key C-a last-window
set -g default-terminal "screen-256color"
set -g default-command "/bin/bash"