Reformat.

This commit is contained in:
Sebastian Bugge 2024-01-22 15:03:55 +01:00
parent 2c8336d5f0
commit a6ce5f64b4
Signed by: kaholaz
GPG key ID: 2EFFEDEE03519691

View file

@ -76,5 +76,5 @@ if [ -f ~/.local_aliases ]; then
fi
detach() {
$1 $2 </dev/null &>/dev/null &; disown;
"$1 $2 </dev/null &>/dev/null &; disown;"
}