diff options
author | Stefan Kangas <skangas@skangas.se> | 2011-02-08 22:46:07 +0100 |
---|---|---|
committer | Stefan Kangas <skangas@skangas.se> | 2011-02-08 22:46:07 +0100 |
commit | fc006dcfa895338c49fc42bb6c8d2c845d6cb7c3 (patch) | |
tree | 938188b82bbe223969cd82c9f33a5364252764b4 | |
parent | 244570951063340775436fb719e56fbb6ea76aa7 (diff) |
Remove tips that proved more annoying than useful
-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 - - |