summary refs log tree commit diff
path: root/install.sh
diff options
context:
space:
mode:
Diffstat (limited to '')
-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