simple plugin to use custom defined aliases in ~/.aliases - this prevents us pushing anything like private hostnames or IP's up to a public git repo

This commit is contained in:
Matt Parnell 2011-10-20 20:50:06 -05:00
commit 2f00ace1c5

View file

@ -0,0 +1,3 @@
if [ -f ~/.aliases ] ; then
source ~/.aliases
fi