From 4c8d6278e675fbef228fd33a15eb9d3737e83847 Mon Sep 17 00:00:00 2001 From: Sam Al-Sapti Date: Tue, 7 Feb 2023 20:30:09 +0100 Subject: [PATCH] Remove runit_add --- zsh/.config/zsh/functions.zsh | 4 ---- 1 file changed, 4 deletions(-) diff --git a/zsh/.config/zsh/functions.zsh b/zsh/.config/zsh/functions.zsh index 200f89b..b34010a 100644 --- a/zsh/.config/zsh/functions.zsh +++ b/zsh/.config/zsh/functions.zsh @@ -42,10 +42,6 @@ open() { fi } -runit_add() { - sudo ln -s "/etc/runit/sv/$1" /run/runit/service -} - wg() { (( ${+commands[wg]} )) && (( ${+commands[wg-quick]} )) || return 2