Skip to content

Commit

Permalink
More helpers
Browse files Browse the repository at this point in the history
  • Loading branch information
inlineblock committed Sep 9, 2013
1 parent 83ff2ee commit 4fab8b0
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions bash_aliases
Expand Up @@ -15,3 +15,5 @@ alias bx="b exec"
alias binit="bi && b package && echo 'vendor/ruby' >> .gitignore"
alias kill_rails="pkill -9 -f 'rails'"
alias http_server="python -m SimpleHTTPServer"

alias redock="killall Dock"
2 changes: 1 addition & 1 deletion vimrc
Expand Up @@ -83,7 +83,7 @@ set wildmenu
set showmatch
set matchtime=2

set wildignore+=*.o,*.obj,.git,public/assets/**,tmp/**,*.gif,*.png,*.jpg,*.jpeg,*.eot,*.ttf,*.woff,*.gem,*.swf
set wildignore+=*.o,*.obj,.git,public/assets/**,tmp/**,*.gif,*.png,*.jpg,*.jpeg,*.eot,*.ttf,*.woff,*.gem,*.swf,log/**

source ~/.vim/autocmd.vim
source ~/.vim/keybindings.vim
Expand Down
1 change: 1 addition & 0 deletions zshrc
Expand Up @@ -10,6 +10,7 @@ ZSH_THEME="jreese"

export PB_CLIENT_TYPE=Zmq
export PB_IGNORE_DEPRECATIONS=1
export GIT_MERGE_AUTOEDIT=no

# Set to this to use case-sensitive completion
# CASE_SENSITIVE="true"
Expand Down

0 comments on commit 4fab8b0

Please sign in to comment.