From 8681346661fc910b6a9e780f4ea8fa9378692b3a Mon Sep 17 00:00:00 2001 From: Salt Date: Sat, 22 Jun 2019 02:02:20 -0500 Subject: [PATCH] Change flag on [ in that snippet --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 1e9bc7e..8d3a086 100644 --- a/README.md +++ b/README.md @@ -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 ```