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

master
Dustin Swan 10 years ago
parent 0cccc7f4ea
commit 0fcd702073

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

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

Loading…
Cancel
Save