From ebc9c7c6d6b68583af863e36a2c8f75432e5379e Mon Sep 17 00:00:00 2001 From: Jona Reichmann <34141868+jreichmann@users.noreply.github.com> Date: Thu, 24 May 2018 13:25:46 +0200 Subject: [PATCH] Fix: link to /home/electron/Documents/Code/github-jreichmann/dotfiles instead of assuming the local repo location --- keybindings.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/keybindings.sh b/keybindings.sh index 5214fa2..05cb11a 100755 --- a/keybindings.sh +++ b/keybindings.sh @@ -1,4 +1,4 @@ #!/bin/bash rm ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml -ln -s ~/.dotfiles/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml +ln -s `pwd`/xfce4-keyboard-shortcuts.xml ~/.config/xfce4/xfconf/xfce-perchannel-xml/xfce4-keyboard-shortcuts.xml