summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
authorJune McEnroe <curtis@hopper.com>2017-05-25 12:37:17 -0400
committerJune McEnroe <curtis@hopper.com>2017-05-25 12:37:17 -0400
commit946bd49d340d5d9fb841bc2bbe7e97ac81cf5c6d (patch)
tree628efdb06d3f2e32359b438b28c7a36075c56aca /install.sh
parentRevert "Remove macOS keyboard layout" (diff)
downloadsrc-946bd49d340d5d9fb841bc2bbe7e97ac81cf5c6d.tar.gz
src-946bd49d340d5d9fb841bc2bbe7e97ac81cf5c6d.zip
Fix Library install condition
Diffstat (limited to 'install.sh')
-rwxr-xr-xinstall.sh2
1 files changed, 1 insertions, 1 deletions
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