add zypper alias

This commit is contained in:
liv 2023-05-30 10:44:09 +02:00
parent 351169c859
commit fb590a2baf

View file

@ -62,6 +62,7 @@ alias editconfig "chezmoi edit ~/.config/fish/config.fish; and chezmoi apply; an
# Some other aliases # Some other aliases
alias doco "docker-compose" alias doco "docker-compose"
alias czm "chezmoi" alias czm "chezmoi"
alias zy "sudo zypper"
# z is such a weird key to hit frequently, j is much better # z is such a weird key to hit frequently, j is much better
alias j "z" alias j "z"
# Cargoes and Rust-s # Cargoes and Rust-s