Add basic run0 command
This commit is contained in:
parent
ece4749bc2
commit
50025af97f
1 changed files with 5 additions and 0 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue