diff options
Diffstat (limited to 'zscripts/hosts/aliasrc.desktop.zsh')
-rwxr-xr-x | zscripts/hosts/aliasrc.desktop.zsh | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/zscripts/hosts/aliasrc.desktop.zsh b/zscripts/hosts/aliasrc.desktop.zsh new file mode 100755 index 0000000..141212f --- /dev/null +++ b/zscripts/hosts/aliasrc.desktop.zsh @@ -0,0 +1,12 @@ +#!/bin/sh + +# Package Management +alias \ + d="sudo dnf" \ + dnf="sudo dnf" \ + +# Shorten program names +alias \ + systemctl="sudo systemctl" \ + sd="systemctl" \ + |