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