From 946bd49d340d5d9fb841bc2bbe7e97ac81cf5c6d Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 25 May 2017 12:37:17 -0400 Subject: Fix Library install condition --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.sh') diff --git a/install.sh b/install.sh index affb8b0f..9117874f 100755 --- a/install.sh +++ b/install.sh @@ -21,7 +21,7 @@ link() { echo "$1" } -if [ -d '~/Library' ]; then +if [ -d ~/Library ]; then link 'Library/Application Support/Karabiner/private.xml' link 'Library/Keyboard Layouts/Programmer.keylayout' fi -- cgit 1.4.1