dotfiles/zsh/funcs/updater
2025-01-10 13:13:09 -05:00

8 lines
116 B
Text

function update_me {
(
setopt local_options pushd_silent
cd ~/.dotfiles/nix
./update.sh $@
)
}