From ff696ac5dbf2f26634d81ed9bf94f5b5f694d313 Mon Sep 17 00:00:00 2001 From: bretello Date: Fri, 23 Dec 2022 13:38:20 +0100 Subject: [PATCH] functions: fix dotfiles_selfupdate --- functions/misc.zsh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/functions/misc.zsh b/functions/misc.zsh index 410a402..34d68f3 100755 --- a/functions/misc.zsh +++ b/functions/misc.zsh @@ -4,7 +4,7 @@ ## Selfupdate function dotfiles_selfupdate { - (DOTFILES_FORCEUPDATE=1 source $DOTFILES/check_for_update.zsh || echo "[dotfiles_selfupdate] failed") + (DOTFILES_FORCEUPDATE=1 source $DOTFILES/extras/check_for_update.zsh || echo "[dotfiles_selfupdate] failed") } ## get cheat sheets for commands from cheat.sh. Usage: cheat commandname