diff options
-rw-r--r-- | fripost-docs.org | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/fripost-docs.org b/fripost-docs.org index 74e88c3..b2b1445 100644 --- a/fripost-docs.org +++ b/fripost-docs.org @@ -642,8 +642,3 @@ TODO: Add nice rules. `etckeeper' has the benefit of keeping track of file permissions, which git by itself will not. -*** Warn when /etc has uncommitted changes on logout - - echo "sudo etckeeper unclean && echo \"WARNING: You have uncommitted changes in /etc\" && sudo git diff" >> ~/.bash_logout - - |