From e087e8cfe836108f0e58380e133db27563b22c1c Mon Sep 17 00:00:00 2001 From: Silvio Rhatto Date: Thu, 30 Nov 2017 19:10:20 -0200 Subject: Status: run git-config-save --- status | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'status') diff --git a/status b/status index 458937e..052169b 100755 --- a/status +++ b/status @@ -85,6 +85,11 @@ function status_run { mrconfig-updater && mr -m status | sed -e "s|/mnt/crypt/home/$USER/|~/|" -e "s|$HOME|~|" fi + # Use this as an opportunity to save our configs + if which git-config-save &> /dev/null; then + git config-save &> /dev/null + fi + # Check your TODO lists, filtering only important tasks todo list important -- cgit v1.2.3