diff options
Diffstat (limited to 'status')
-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 |