This commit is contained in:
Thomas Forgione 2018-11-19 10:13:48 +01:00
parent 1f07aada53
commit 3ff343a787
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 2 additions and 1 deletions

View File

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