From febc7fef83ae191876db518f9301ac29db6d449a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jakobus=20Sch=C3=BCrz?= Date: Tue, 11 Feb 2020 02:09:24 +0100 Subject: [PATCH] add workdir.service as link --- functions.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/functions.sh b/functions.sh index 7097af4..929cbfd 100644 --- a/functions.sh +++ b/functions.sh @@ -31,6 +31,7 @@ create_symlinks() { ln -sf "${MYSHELLCONFIG_BASE}/tmux/tmux.conf" ~/.tmux.conf mkdir -pv ~/.config/systemd/user/default.target.wants ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/default.target.wants/workdir.service + ln -sf "${MYSHELLCONFIG_BASE}/systemd/workdir.service" ~/.config/systemd/user/workdir.service # Configure to use githooks in .githooks, not in standardlocation .git/hooks $SGIT config core.hooksPath .githooks