RTFM updated to use hub alias command

This commit is contained in:
Nick Nisi
2012-06-20 09:24:56 -05:00
parent accc2e3f69
commit b38cba7b1e
2 changed files with 2 additions and 4 deletions

View File

@@ -15,8 +15,6 @@ These are my dotfiles, which contain my custom system configuration preferences.
## Install
The organization of this project is similar to [Zach Holman's ](http://github.com/holman/dotfiles) setup.
### Automatic Installation
curl -L https://raw.github.com/nicknisi/dotfiles/master/tools/install.sh | sh
@@ -72,4 +70,4 @@ By default, the *.zshrc* file will source any file within .dotfiles that has the
## Vim Per Machine and Per Project Configuration
The vimrc in this project will check for the existence of a `~/.vimrc.local`, as well as a `./.vimrc.project` allowing per-machine and per-project vim configurations.
The vimrc in this project will check for the existence of a `~/.vimrc.local`, as well as a `./.vimrc.project` allowing per-machine and per-project vim configurations.

View File

@@ -22,5 +22,5 @@ function git_rename() {
}
if which hub &> /dev/null; then
alias git='hub'
eval "$(hub alias -s)"
fi