From 31452ec73ce562f276806c3eb0f1341f3bb44987 Mon Sep 17 00:00:00 2001 From: Carl Kittelberger Date: Tue, 22 Oct 2019 01:26:08 +0200 Subject: [PATCH] Fix path to new update-profile script. --- home/bin/update-profile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/home/bin/update-profile b/home/bin/update-profile index 026bdf3..0898a25 100755 --- a/home/bin/update-profile +++ b/home/bin/update-profile @@ -1,3 +1,2 @@ #!/bin/sh -e -. "${HOME}/.local/bin/update-profile" - +. home/dotfiles/local/bin/update-profile