1
0
Fork 0
mirror of https://github.com/lcpz/awesome-copycats.git synced 2024-10-22 12:31:23 +00:00

Merge pull request #254 from antzucaro/add-short-circuit

Use a logical 'and' before removal command.
This commit is contained in:
Luca CPZ 2019-01-23 10:54:22 +00:00 committed by GitHub
commit 2844ebe927
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -97,7 +97,7 @@ Installation
.. code-block:: shell
$ git clone --recursive https://github.com/lcpz/awesome-copycats.git
$ mv -bv awesome-copycats/* ~/.config/awesome; rm -rf awesome-copycats
$ mv -bv awesome-copycats/* ~/.config/awesome && rm -rf awesome-copycats
Usage
=====