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
|
||||||
@@ -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
|
## 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.
|
||||||
|
|||||||
@@ -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