Updating tmux reattach user namespace crap to use zsh. Updating readme

This commit is contained in:
Dustin Swan 2014-02-25 16:00:23 -06:00
parent 0cccc7f4ea
commit 0fcd702073
2 changed files with 4 additions and 4 deletions

View file

@ -4,11 +4,11 @@ I primarily use OS X and Arch Linux. UNIX Philosophy when able.
Current tool set:
- tmux
- fish
- zsh (I try fish every few months.. never sticks though)
- vim + vundle + too many plugins
- mutt + offlineimap + notmuch (new to this. Also considering mbsync. Also considering notmuch + frontend)
- mutt + mbsync + notmuch (new to this. Also considering just notmuch + alot + afew)
- weechat
- Firefox
- Firefox + vimperator
Linux-only tools:
- XMonad + dzen2 + conky. Thinking about trying out i3.

View file

@ -1,5 +1,5 @@
# UGH
set-option -g default-command "reattach-to-user-namespace -l fish"
set-option -g default-command "reattach-to-user-namespace -l zsh"
# Set the prefix to ^A
unbind C-b