mirror of
https://git.decapod.one/brethil/dotfiles
synced 2024-11-21 11:01:31 +01:00
functions: fix dotfiles_selfupdate
This commit is contained in:
parent
9299c753e0
commit
ff696ac5db
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user