Code Update

This commit is contained in:
Christer Warén
2025-04-27 15:21:27 +03:00
parent 283b7538e6
commit 7b837fdba7
5 changed files with 34 additions and 34 deletions

View File

@@ -1,8 +1,8 @@
wx-uninstall(){
wx-header "Uninstall"
wx-logout
if [[ ! -d "$HOME/.config/warengroup" ]]
if [[ ! -d "$HOME/.warengroup" ]]
then
rm "$HOME/.config/warengroup" -rf
rm "$HOME/.warengroup" -rf
fi
}