diff --git a/bashrc b/bashrc index 570ef7ff..210a4eea 100644 --- a/bashrc +++ b/bashrc @@ -542,7 +542,7 @@ alias python3-httpd="python -m http.server" # Resetting different desktop environments alias reset-gnome="rm -rf ~/.gnome ~/.gnome2 ~/.gconf ~/.gconfd ~/.metacity ~/.cache ~/.dbus ~/.dmrc ~/.mission-control ~/.thumbnails ~/.config/dconf/user ~/.compiz*" -alias reset-unity="If you get error about command not found, please install 'unity-tweak-tool';unity-tweak-tool --reset-unity" +alias reset-unity="unity-tweak-tool --reset-unity" alias reset-kde="rm -rf ~/.kde4 ~/.kde" alias reset-lxpanel="rm -rf ~/.config/lxpanel;lxpanelctl restart" alias reset-xfce4="rm -rf ~/.config/xfce4" diff --git a/zshrc b/zshrc index c0ae85f9..1dc4b303 100644 --- a/zshrc +++ b/zshrc @@ -513,7 +513,7 @@ alias python3-httpd="python -m http.server" # Resetting different desktop environments alias reset-gnome="rm -rf ~/.gnome ~/.gnome2 ~/.gconf ~/.gconfd ~/.metacity ~/.cache ~/.dbus ~/.dmrc ~/.mission-control ~/.thumbnails ~/.config/dconf/user ~/.compiz*" -alias reset-unity="If you get error about command not found, please install 'unity-tweak-tool';unity-tweak-tool --reset-unity" +alias reset-unity="unity-tweak-tool --reset-unity" alias reset-kde="rm -rf ~/.kde4 ~/.kde" alias reset-lxpanel="rm -rf ~/.config/lxpanel;lxpanelctl restart" alias reset-xfce4="rm -rf ~/.config/xfce4"