Change flag on [ in that snippet

This commit is contained in:
Salt 2019-06-22 02:02:20 -05:00
parent e25c8296ac
commit 8681346661

View File

@ -13,7 +13,7 @@ If you just want something to copy and paste into a terminal, try this:
```bash
cd
git clone https://gitlab.com/rehashedsalt/firestarter .firestarter
[ -f "~/.xinitrc" ] && mv "~/.xinitrc" "~/.xinitrc.bak"
[ -e "~/.xinitrc" ] && mv "~/.xinitrc" "~/.xinitrc.bak"
ln -s .firestarter/firestarter .xinitrc
```