diff options
author | Luke <luke@lukesmith.xyz> | 2018-02-11 17:58:16 -0700 |
---|---|---|
committer | Luke <luke@lukesmith.xyz> | 2018-02-11 17:58:16 -0700 |
commit | 5c4b388d537f41851f4d06b545dcb4362427aaaa (patch) | |
tree | e6d9f85c8f0cea26749aa1fbcdb756cc98baaa87 /wipe_settings.sh | |
parent | e79d940a32a1884a1b14c8dab4ec07476f9bf5d6 (diff) |
integration into single script
Diffstat (limited to 'wipe_settings.sh')
-rwxr-xr-x | wipe_settings.sh | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/wipe_settings.sh b/wipe_settings.sh deleted file mode 100755 index bfdd8b8..0000000 --- a/wipe_settings.sh +++ /dev/null @@ -1,12 +0,0 @@ -#!/bin/bash - -muttdir="$HOME/.config/mutt/" - -wipe () { rm $HOME/.offlineimaprc -rm -rf "$muttdir"/accounts -rm -f "$muttdir"credentials/*gpg -rm "$muttdir"personal.muttrc ;} - -(dialog --defaultno --title "Wipe all custom neomutt/offlineIMAP settings?" --yesno "Would you like to wipe all of the mutt/offlineIMAP settings generated by the system?" 6 60 && wipe) || clear && exit - -clear |