fix smaller things

This commit is contained in:
Marco Thomas
2021-08-31 17:53:09 +02:00
parent 8a55fc0c4b
commit a68ec2b435
3 changed files with 4 additions and 13 deletions

View File

@@ -1,7 +0,0 @@
#!/bin/sh
if [ $USER == "marc" ]; then
alacritty
else
xterm
fi