#!/bin/sh if [ $# -ge 2 ]; then CMD="nvim $2 -c \"$1\"" else CMD="nvim $1" fi exec alacritty -t Evolution -e ${CMD}