From f80dd24c14d15629a07563bdf2dfa3dd3f161c83 Mon Sep 17 00:00:00 2001 From: Jordan Atwood Date: Tue, 13 Sep 2022 15:18:36 -0700 Subject: [PATCH] Remove extraeneous quoting from README command --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 5a7d558..02d5916 100644 --- a/README.md +++ b/README.md @@ -22,7 +22,7 @@ directory](https://wiki.archlinux.org/title/XDG_Base_Directory#User_directories) 2. Run `setup.sh` ```sh - "${XDG_CONFIG_HOME:-"$HOME"/.config}"/dotfiles/setup.sh + "${XDG_CONFIG_HOME:-$HOME/.config}"/dotfiles/setup.sh ``` Once completed, all necessary symlinks will be created for environment setup. Restart your login for the `.bash_profile`