aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
authorMitch Riedstra <mitch@riedstra.us>2018-03-13 23:34:19 -0400
committerMitch Riedstra <mitch@riedstra.us>2018-03-13 23:34:19 -0400
commit3d78307323cc260b58e65eeff0be17e4fc606260 (patch)
treefa9f5f1a6d036660b294f5ba06205d3c0b7ec28f /mkshrc
parentf3992cd98d5b2fd7c070fcd8b0edb1fe69ad9d29 (diff)
downloaddotfiles-3d78307323cc260b58e65eeff0be17e4fc606260.tar.gz
dotfiles-3d78307323cc260b58e65eeff0be17e4fc606260.tar.xz
updategitconf now requires a name, e.g. 'updategitconf mitch'
Massive clean up to the repository, removed many old files Added tmx.sh which is referenced in mtr.misc.subr.sh
Diffstat (limited to 'mkshrc')
-rw-r--r--mkshrc3
1 files changed, 2 insertions, 1 deletions
diff --git a/mkshrc b/mkshrc
index 45386f6..7b5170e 100644
--- a/mkshrc
+++ b/mkshrc
@@ -347,7 +347,8 @@ updatetmuxconf() {
fi
}
updategitconf() {
- pulldotfile "gitconfig"
+ file="gitconfig/$1"
+ pull -u "${UPDATE_URL}${file}" -f "$HOME/.gitconfig"
}
updateshell() {
pulldotfile "mkshrc"