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 && {