Change editor command.

This commit is contained in:
CronyAkatsuki 2023-01-05 20:03:28 +01:00
parent 24976207d0
commit 32f64924d6

View File

@ -1,7 +1,7 @@
#!/bin/env bash #!/bin/env bash
# a script to quickly open up one of my many configs # a script to quickly open up one of my many configs
editor="$TERMINAL start -- $EDITOR" editor="$TERMINAL -e $EDITOR"
declare -a configs=( declare -a configs=(
"Quit" "Quit"