cfg/.zsh/config-git.zsh

8 lines
166 B
Bash
Raw Normal View History

2016-07-21 13:38:57 +00:00
function config {
2016-07-21 13:35:40 +00:00
git --git-dir=${HOME}/.cfg/public --work-tree=${HOME} $@
}
function config_secret {
git --git-dir=${HOME}/.cfg/secret --work-tree=${HOME} $@
}