diff options
Diffstat (limited to 'mkshrc')
| -rw-r--r-- | mkshrc | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -347,7 +347,8 @@ updatetmuxconf() { fi } updategitconf() { - pulldotfile "gitconfig" + file="gitconfig/$1" + pull -u "${UPDATE_URL}${file}" -f "$HOME/.gitconfig" } updateshell() { pulldotfile "mkshrc" |
