use shorter name for public config

This commit is contained in:
Knut Ahlers 2016-07-21 15:38:57 +02:00
parent 69edcc4e7f
commit dee30c8bae
Signed by: luzifer
GPG key ID: DC2729FDD34BE99E

View file

@ -1,4 +1,4 @@
function config_public { function config {
git --git-dir=${HOME}/.cfg/public --work-tree=${HOME} $@ git --git-dir=${HOME}/.cfg/public --work-tree=${HOME} $@
} }