initial commit
This commit is contained in:
14
.config/zsh/lib/selfservice.zsh
Normal file
14
.config/zsh/lib/selfservice.zsh
Normal file
@@ -0,0 +1,14 @@
|
||||
#!/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
|
||||
}
|
Reference in New Issue
Block a user