surajmandalcell / elementary-x

Transform your Linux system with an elegant Elementary OS theme and sleek macOS window controls, available in both light and dark mode.
https://surajmandalcell.github.io/elementary-x/
GNU General Public License v3.0
294 stars 28 forks source link

Go back to home folder, before attempting to delete the Git folder #23

Closed PoorPocketsMcNewHold closed 4 years ago

PoorPocketsMcNewHold commented 4 years ago

Currently, at the third line, we are in ~/plank_themes when we move the content of themes to ~/.local/share/plank/themes However, you didn´t go back to the ~/ folder, where the actual plank_theme folder is situated. So, I´ve added cd to go back here. I´ve also modified the folder to erase to plank-themes as it is like this, it is called.

PoorPocketsMcNewHold commented 4 years ago

My bad, but it should be 'cd ..' since cd alone goes to the home directory whereas we want to go the the previous directory(cd without .. will break if user clones it anywhere else than home dir). Thanks again +1

I didn´t tought of that, you are completly right. Modified.