diff options
author | Silvio Rhatto <rhatto@riseup.net> | 2021-04-23 09:12:49 -0300 |
---|---|---|
committer | Silvio Rhatto <rhatto@riseup.net> | 2021-04-23 09:12:49 -0300 |
commit | 0f99ca31e94884bab01642c20701de4ba14df999 (patch) | |
tree | 8f8eefe29254e66b88b8575b39e1cba5dc39d55c | |
parent | f6a1ba2d3a49363edb9128fda6e518a22fb82eee (diff) | |
download | scripts-0f99ca31e94884bab01642c20701de4ba14df999.tar.gz scripts-0f99ca31e94884bab01642c20701de4ba14df999.tar.bz2 |
Fix: status: save git configs only sometimes
-rwxr-xr-x | status | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -87,7 +87,7 @@ function status_run { # Use this as an opportunity to save our configs if which git-config-save &> /dev/null; then - git config-save &> /dev/null + git config-save --sometimes &> /dev/null fi # Check your TODO lists, filtering only important tasks |