explicitly setting default shell/commnad to non-login bash

mostly for the sake of speed and/or laziness
This commit is contained in:
Dan Buch 2012-07-11 22:21:52 -04:00
parent 06766a651b
commit 72d3746ea2

View File

@ -1,6 +1,10 @@
# need me some vi mode
setw -g mode-keys vi
# note to self: learn ye a zsh
set -g default-command /bin/bash
set -g default-shell /bin/bash
# copy-pasta in a vi-like way
unbind [
bind Escape copy-mode