feat: alias to target DomUs with qubesctl

This commit is contained in:
Ben Grande 2024-05-25 20:26:15 +02:00
parent c9544bdc5c
commit ab355f9abf
No known key found for this signature in database
GPG Key ID: 00C64E14F51F9E56

View File

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