Add basic run0 command

This commit is contained in:
Anthony Rose 2024-06-22 20:27:31 +01:00
parent ece4749bc2
commit 50025af97f

View file

@ -256,6 +256,11 @@ alias wgr=wordgrinder
alias ytmp3="youtube-dl -q -x --audio-format=mp3"
alias zlu="zypper list-updates"
if ! command -v run0 > /dev/null
then
alias run0="systemd-run --service-type=exec --quiet --wait --expand-environment=false --pty --send-sighup"
fi
# Language aliases.
## Fedora/RHEL/CentOS: dnf install glibc-langpack-{en,fr}
alias C="LANG=C.UTF-8"