Update terminal command.

This commit is contained in:
CronyAkatsuki 2022-12-12 20:12:47 +01:00
parent 600a71428e
commit 18a5d10ee6

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 -e $EDITOR" editor="$TERMINAL start -- $EDITOR"
declare -a configs=( declare -a configs=(
"Quit" "Quit"