Nohup split
This commit is contained in:
parent
7d09b9794e
commit
1f07aada53
@ -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
|
||||
|
Loading…
x
Reference in New Issue
Block a user