3 lines
92 B
Text
3 lines
92 B
Text
|
#!/bin/sh
|
||
|
exec alacritty --config-file /home/dln/.config/alacritty/alacritty-light.yml "$@"
|