From ab355f9abfb57aba5e33eafca14aef95ff125fd9 Mon Sep 17 00:00:00 2001 From: Ben Grande Date: Sat, 25 May 2024 20:26:15 +0200 Subject: [PATCH] feat: alias to target DomUs with qubesctl --- files/sh/.config/sh/shrc | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/files/sh/.config/sh/shrc b/files/sh/.config/sh/shrc index dce4bac..245aa2c 100644 --- a/files/sh/.config/sh/shrc +++ b/files/sh/.config/sh/shrc @@ -93,7 +93,11 @@ has htop && alias top="htop" has yt-dlp && alias yt="yt-dlp --add-metadata -ic" has fdfind && alias fd="fdfind" has lynx && alias lynx="lynx -vikeys" -has qubesctl && alias qubesctl="sudo qubesctl --show-output" qctl="qubesctl" +has qubesctl && { + alias qubesctl="sudo qubesctl --show-output" + alias qctl="qubesctl" + alias qctlu="qctl --skip-dom0 --targets" +} has gpg && alias gpgs="gpg --show-keys" ## {{{ Tmux has tmux && {