Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,3 +9,5 @@ home/.vim/spell
home/.vim/backup
home/.vim/plugged
home/.vim/local
home/.oh-my-zsh-custom/*
!home/.oh-my-zsh-custom/continuity.zsh-theme
3 changes: 1 addition & 2 deletions home/.zshrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,6 @@ export ZSH_CUSTOM=$HOME/.oh-my-zsh-custom
export ZSH_THEME="continuity"
plugins=(git git-flow rails ruby osx gem vi-mode rvm bundler)

source $ZSH/oh-my-zsh.sh

export LC_ALL=en_US.UTF-8

#disable ctrl-s/suspension
Expand Down Expand Up @@ -137,6 +135,7 @@ fi
if [ ! -f "$HOME/.tmux/user.conf" ]; then
touch $HOME/.tmux/user.conf
fi
source $ZSH/oh-my-zsh.sh

# RVM is a silly thing. This fixes tmux not loading gemset
# http://stackoverflow.com/a/6097090/3010499
Expand Down