From 32f64924d6ca3f807537fbc6f1ff7cf179ce88ae Mon Sep 17 00:00:00 2001 From: Crony Akatsuki Date: Thu, 5 Jan 2023 20:03:28 +0100 Subject: [PATCH] Change editor command. --- dmenu-configs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dmenu-configs b/dmenu-configs index afaacfb..b19a1aa 100755 --- a/dmenu-configs +++ b/dmenu-configs @@ -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"