Skip to content

Commit

Permalink
More aliases and updating install to kill bash files
Browse files Browse the repository at this point in the history
  • Loading branch information
inlineblock committed Jun 26, 2012
1 parent 143a3ed commit 33b35f5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .bash_aliases
@@ -1,3 +1,5 @@
alias bx='bundle exec'
alias g='git'
alias gs='g status'

alias vi='vim' # never use vi
4 changes: 3 additions & 1 deletion install.sh
Expand Up @@ -7,7 +7,9 @@ DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
removeFiles()
{
rm -rf ~/.vim
rm -f ~/.gitconfig ~/.gitignore_global ~/.gvimrc ~/.inputrc ~/.jshintrc ~/.jsl.conf ~/.vimrc ~/.vundles ~/.zshrc
rm -f ~/.gitconfig ~/.gitignore_global ~/.gvimrc
rm -rf ~/.inputrc ~/.jshintrc ~/.jsl.conf ~/.vimrc ~/.vundles ~/.zshrc
rm -rf ~/.bashrc ~/.bash_aliases
}

makeLinks()
Expand Down

0 comments on commit 33b35f5

Please sign in to comment.