Adding irssi to dotfiles and changing the TERM in zsh so tmux works correctly

This commit is contained in:
Dustin Swan
2011-11-11 18:53:30 -05:00
parent 4c6f0ee52f
commit 1e142ec8c7
4 changed files with 1944 additions and 1 deletions

3
zshrc
View File

@@ -13,5 +13,6 @@ alias vi=vim
# alias grep='grep --color=auto'
# alias ls='ls --color=auto'
export TERM="xterm-256color"
# export TERM="xterm-256color"
export TERM="screen-256color"
export EDITOR=vim