From b38cba7b1e0161ac9411a933f0fb0bd7ec878af8 Mon Sep 17 00:00:00 2001 From: Nick Nisi Date: Wed, 20 Jun 2012 09:24:56 -0500 Subject: [PATCH] RTFM updated to use hub alias command --- README.md | 4 +--- git/git.zsh | 2 +- 2 files changed, 2 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 8d86cc7..757ef1c 100644 --- a/README.md +++ b/README.md @@ -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. \ No newline at end of file +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. diff --git a/git/git.zsh b/git/git.zsh index 5153fa2..529a474 100644 --- a/git/git.zsh +++ b/git/git.zsh @@ -22,5 +22,5 @@ function git_rename() { } if which hub &> /dev/null; then - alias git='hub' + eval "$(hub alias -s)" fi