Nohup split

This commit is contained in:
Thomas Forgione 2018-11-19 10:11:58 +01:00
parent 7d09b9794e
commit 1f07aada53
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 6 additions and 0 deletions

View File

@ -125,3 +125,9 @@ if [ $? -eq 0 ]; then
fi
command -v alacritty > /dev/null 2>&1
if [ $? -eq 0 ]; then
s() {
nohup alacritty > /dev/null 2>&1
}
fi