use correct syntax for spawning terminal app
This commit is contained in:
parent
057095197e
commit
fd79ee3c05
5 changed files with 6 additions and 8 deletions
|
@ -15,6 +15,4 @@ while test $# -gt 0;do
|
|||
esac
|
||||
done
|
||||
|
||||
test $# -gt 0 &&
|
||||
exec alacritty --class "$CLASS" -e $@ ||
|
||||
exec alacritty --class "$CLASS"
|
||||
exec alacritty --class "$CLASS" "$@"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue