Keep directory with run0
This commit is contained in:
parent
50025af97f
commit
a5d660a285
1 changed files with 1 additions and 1 deletions
|
@ -258,7 +258,7 @@ 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"
|
||||
alias run0="systemd-run --service-type=exec --quiet --wait --expand-environment=false --pty --send-sighup --same-dir"
|
||||
fi
|
||||
|
||||
# Language aliases.
|
||||
|
|
Loading…
Reference in a new issue