Change editor command.
This commit is contained in:
parent
24976207d0
commit
32f64924d6
@ -1,7 +1,7 @@
|
||||
#!/bin/env bash
|
||||
|
||||
# a script to quickly open up one of my many configs
|
||||
editor="$TERMINAL start -- $EDITOR"
|
||||
editor="$TERMINAL -e $EDITOR"
|
||||
|
||||
declare -a configs=(
|
||||
"Quit"
|
||||
|
Loading…
Reference in New Issue
Block a user