Merge branch 'master' of github.com:dustinswan/dotfiles

master
Dustin Swan 11 years ago
commit b0672e9c30

@ -5,7 +5,9 @@
[[ -s /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh ]] && . /usr/lib/python2.7/site-packages/powerline/bindings/zsh/powerline.zsh
alias vi=vim
alias l="ls -l"
alias tmux="tmux -2"
alias dustinswan="ssh dustinswan@dustinswan.org"
export EDITOR=vim
export BROWSER=open
@ -42,3 +44,6 @@ if [[ -e /usr/share/chruby ]]; then
source /usr/share/chruby/auto.sh
fi
chruby $(cat ~/.ruby-version)
# GPG
~/dotfiles/bin/gpg-agent.sh

Loading…
Cancel
Save