From 906f08628ac8fdf5aef88a2cebc062ccb235c0b9 Mon Sep 17 00:00:00 2001 From: proledatarian Date: Sat, 5 Feb 2022 14:13:56 +0000 Subject: [PATCH] Fixed link. --- README.md | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/README.md b/README.md index a71ce44..f8fee93 100644 --- a/README.md +++ b/README.md @@ -12,7 +12,7 @@ ### 1. Automatically clear cache. - Description: Move files older than a specific amount of time from your user's ~/.cache directory to the trash. -- Requires: [https://github.com/PhrozenByte/rmtrash](rmtrash). +- Requires: [rmtrash](https://github.com/PhrozenByte/rmtrash). - How-to: - Add the following line to your crontab using the command "crontab -e" (or EDITOR=$editor crontab -e): - $ 0 17 * * * /usr/bin/find ~/.cache/* -mtime +7 -exec /usr/bin/rmtrash -rf {} \; @@ -36,5 +36,3 @@ https://wiki.archlinux.org/title/Nano#Syntax_highlighting - Use *-interactive* option to get asked before overwriting files. - $ alias mv="mv -i" - Additionally: Further reading in the Arch wiki. - -[www.test.de](test)