dotfiles/zsh/funcs/updater
Anthony Cicchetti e5df0b93cc better updater
2024-04-16 15:05:18 -04:00

8 lines
109 B
Text

function update_me {
pushd ~
pushd ~/.dotfiles/nix
./update.sh $@
popd
popd || return
}