Skip to content

Commit

Permalink
loopz
Browse files Browse the repository at this point in the history
  • Loading branch information
arch Cloud User committed Feb 16, 2025
1 parent e21eded commit ac090c4
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions zsh/alias.zsh
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,19 @@ linux*)
sudalias ufw

# redhat
sudalias yum
sudalias dnf
sudalias rpm
for cmd in yum dnf rpm nmcli; do
sudalias $cmd
done

# suse
sudalias zypper
alias zyp="zypper"

# proxmox
for cmd in pveam pvecm pvesh pvesm qm; do
sudalias $cmd
done

if iscmd systemctl; then
sudalias systemctl
alias sc="systemctl"
Expand Down

0 comments on commit ac090c4

Please sign in to comment.