Yes, I'm using zsh these days, and I want powerline

This commit is contained in:
Dan Buch 2013-12-28 12:33:59 -05:00
parent 6da0a419ce
commit 1f0c5097c2

View File

@ -2,8 +2,8 @@
setw -g mode-keys vi
# note to self: learn ye a zsh
set -g default-command /bin/bash
set -g default-shell /bin/bash
set -g default-command /usr/bin/zsh
set -g default-shell /usr/bin/zsh
# copy-pasta in a vi-like way
unbind [
@ -24,3 +24,6 @@ set -s escape-time 0
# i forget easily
set -g history-limit 100000
# colors!
set -g default-terminal 'screen-256color'