From 1f0c5097c2c5c5dfc80a69694067605e73781633 Mon Sep 17 00:00:00 2001 From: Dan Buch Date: Sat, 28 Dec 2013 12:33:59 -0500 Subject: [PATCH] Yes, I'm using zsh these days, and I want powerline --- tmux.conf | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/tmux.conf b/tmux.conf index 47da08e..741283b 100644 --- a/tmux.conf +++ b/tmux.conf @@ -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'