diff --git a/zsh/.config/zsh/functions.zsh b/zsh/.config/zsh/functions.zsh index b34010a..200f89b 100644 --- a/zsh/.config/zsh/functions.zsh +++ b/zsh/.config/zsh/functions.zsh @@ -42,6 +42,10 @@ open() { fi } +runit_add() { + sudo ln -s "/etc/runit/sv/$1" /run/runit/service +} + wg() { (( ${+commands[wg]} )) && (( ${+commands[wg-quick]} )) || return 2