aboutsummaryrefslogtreecommitdiff
path: root/mkshrc
diff options
context:
space:
mode:
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"