dotfiles/root/usr/local/bin/gnome-terminal
Marko Korhonen b1335a3628 Removed commit history
Signed-off-by: Marko Korhonen <marko.korhonen@reekynet.com>
2019-10-26 20:05:31 +03:00

7 lines
103 B
Bash
Executable file

#!/bin/bash
if [ $# -eq 1 ]; then
/usr/bin/alacritty -e "nvim $1"
else
/usr/bin/alacritty -e "$@"
fi