Update terminal command.
This commit is contained in:
parent
600a71428e
commit
18a5d10ee6
1 changed files with 1 additions and 1 deletions
|
@ -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"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue