Nohup split
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user