I ran the following using terminal so that my root account would use the same theme as the home
sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
sudo ln -s ~/.fonts /root/.fonts
but I accidently did
sudo ln -s ~/.themes /root/.theme
for one of them, how can I remove it? Actually it works but why don't I see a link? What is this command doing anyway?
sudo ln -s ~/.themes /root/.themes
sudo ln -s ~/.icons /root/.icons
sudo ln -s ~/.fonts /root/.fonts
but I accidently did
sudo ln -s ~/.themes /root/.theme
for one of them, how can I remove it? Actually it works but why don't I see a link? What is this command doing anyway?
Comment