move gitdc bash alias to a "dc" git alias
This commit is contained in:
parent
4e7482e666
commit
707c66d32c
@ -73,7 +73,6 @@ function mark()
|
||||
;;
|
||||
esac
|
||||
}
|
||||
alias gitdc='git diff --cached'
|
||||
export EDITOR=vim
|
||||
function git-config-joshs()
|
||||
{
|
||||
@ -84,6 +83,7 @@ function git-config-joshs()
|
||||
git config --global color.ui true
|
||||
git config --global core.excludesfile ${HOME}/.gitignore
|
||||
git config --global core.pager 'less -FRXi'
|
||||
git config --global alias.dc 'diff --cached'
|
||||
}
|
||||
function svn-contributors()
|
||||
{
|
||||
|
Loading…
x
Reference in New Issue
Block a user