From bf2f30260ff2c2b729dca59bb6f3a729ba149b97 Mon Sep 17 00:00:00 2001 From: Mikaela Suomalainen Date: Thu, 22 May 2014 12:11:44 +0300 Subject: [PATCH] fix reset-unity --- bashrc | 2 +- zshrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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"