added EDITOR, git-config-joshs to bash_aliases
This commit is contained in:
parent
b17773bb63
commit
63e17009bd
12
bash_aliases
12
bash_aliases
@ -93,3 +93,15 @@ function mark()
|
|||||||
esac
|
esac
|
||||||
}
|
}
|
||||||
alias gitdc='git diff --cached'
|
alias gitdc='git diff --cached'
|
||||||
|
export EDITOR=vim
|
||||||
|
function git-config-joshs()
|
||||||
|
{
|
||||||
|
git config --global user.name 'Josh Holtrop'
|
||||||
|
git config --global user.email 'jholtrop+git@gmail.com'
|
||||||
|
git config --global push.default matching
|
||||||
|
git config --global color.ui true
|
||||||
|
git config --global core.excludesfile ${HOME}/.gitignore
|
||||||
|
git config --global core.pager 'less -FRXi'
|
||||||
|
}
|
||||||
|
|
||||||
|
# local
|
||||||
|
Loading…
x
Reference in New Issue
Block a user