Change editor command.
This commit is contained in:
parent
24976207d0
commit
32f64924d6
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue