Skip to content

Commit

Permalink
Default bashrc
Browse files Browse the repository at this point in the history
  • Loading branch information
Dennis Wilkins committed May 2, 2012
1 parent 24a7cc1 commit 5af108f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .bashrc
@@ -0,0 +1,3 @@
source .zshrc

alias vi="vim" # always.
1 change: 1 addition & 0 deletions .zshrc
Expand Up @@ -75,3 +75,4 @@ PATH=$PATH:$HOME/.rvm/bin # Add RVM to PATH for scripting
export CC=$GCC
bindkey -e

alias vi='vim' # never use vi
1 change: 1 addition & 0 deletions install.sh
Expand Up @@ -22,6 +22,7 @@ makeLinks()
ln -s $DIR/.vimrc ~/
ln -s $DIR/*.vim ~/.vim/
ln -s $DIR/.zshrc ~/
ln -s $DIR/.bashrc ~/

cp $DIR/.gitconfig ~/.gitconfig
}
Expand Down

0 comments on commit 5af108f

Please sign in to comment.