Merge branch 'master' of gitorious.org:hunner/hunners-dotfiles

This commit is contained in:
Hunter Haugen 2010-07-08 14:18:56 -07:00
commit 84a5151cb6
3 changed files with 3 additions and 1 deletions

0
.hushlogin Normal file
View file

2
.vimrc
View file

@ -9,7 +9,7 @@ scriptencoding utf-8
"-----------------------------------------------------------------------
" Want utf8 at all times
set termencoding=utf-8
"set termencoding=utf-8
set encoding=utf-8
set fenc=utf-8

2
.zshrc
View file

@ -147,6 +147,8 @@ alias sl="screen -ls"
alias sr="screen -r"
alias sx="screen -x"
alias srd="screen -rd"
alias t="SSH_AUTH_SOCK=$HOME/.tmux-ssh-agent TERM=xterm-256color tmux at||tmux"
alias tl="tmux ls"
alias bc="bc -q"
alias fm="fmstatus.sh&;shell-fm"
alias apl="gvim -font 'APL385 Unicode 14' -c 'set keymap=uniapl385'"