Removed alacritty

This commit is contained in:
Thomas Forgione 2018-11-19 14:55:05 +01:00
parent 059d88e8cd
commit c8f4ab3859
No known key found for this signature in database
GPG Key ID: 203DAEA747F48F41
1 changed files with 0 additions and 7 deletions

View File

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