diff options
| author | Mitch Riedstra <mitch@riedstra.us> | 2018-03-13 23:34:19 -0400 |
|---|---|---|
| committer | Mitch Riedstra <mitch@riedstra.us> | 2018-03-13 23:34:19 -0400 |
| commit | 3d78307323cc260b58e65eeff0be17e4fc606260 (patch) | |
| tree | fa9f5f1a6d036660b294f5ba06205d3c0b7ec28f /mkshrc | |
| parent | f3992cd98d5b2fd7c070fcd8b0edb1fe69ad9d29 (diff) | |
| download | dotfiles-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-- | 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" |
