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

main
Dan Buch 11 years ago
parent 6da0a419ce
commit 1f0c5097c2

@ -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'

Loading…
Cancel
Save