1
0
dotfiles/.config/zsh/lib/selfservice.zsh

15 lines
257 B
Bash
Raw Normal View History

2021-03-21 18:25:10 +03:00
#!/bin/zsh
dotfiles-update() {
"${ZSHU[d_zdot]}/.config/dotfiles/install.sh"
}
z-update() {
dotfiles-update
}
z-reload() {
exec -a "${ZSH_ARGZERO}" "${ZSH_NAME}" "${argv[@]}"
echo "unable to reload (something went wrong), code $?" 1>&2
}