diff options
| -rwxr-xr-x | terminal | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -74,4 +74,10 @@ elif [ "$TERM" == "xterm" ]; then else xterm -u8 $FN_FONT -geometry $GEOMETRY -title $TITLE -e $SH fi +elif [ "$TERM" == "alacritty" ]; then + if [ ! -z "$1" ]; then + alacritty -e $SH -c "$*" + else + alacritty + fi fi |
