RTFM updated to use hub alias command
This commit is contained in:
@@ -15,8 +15,6 @@ These are my dotfiles, which contain my custom system configuration preferences.
|
|||||||
|
|
||||||
## Install
|
## Install
|
||||||
|
|
||||||
The organization of this project is similar to [Zach Holman's ](http://github.com/holman/dotfiles) setup.
|
|
||||||
|
|
||||||
### Automatic Installation
|
### Automatic Installation
|
||||||
|
|
||||||
curl -L https://raw.github.com/nicknisi/dotfiles/master/tools/install.sh | sh
|
curl -L https://raw.github.com/nicknisi/dotfiles/master/tools/install.sh | sh
|
||||||
|
|||||||
@@ -22,5 +22,5 @@ function git_rename() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
if which hub &> /dev/null; then
|
if which hub &> /dev/null; then
|
||||||
alias git='hub'
|
eval "$(hub alias -s)"
|
||||||
fi
|
fi
|
||||||
|
|||||||
Reference in New Issue
Block a user