diff options
author | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
---|---|---|
committer | Raymaekers Luca <raymaekers.luca@gmail.com> | 2024-01-03 16:07:17 +0100 |
commit | 82fe753f3dd60d358ee399ff7ac5740f849a1741 (patch) | |
tree | f3f6ee203ab455ce754d6823501237864f61706a /config/essentials/shell/functions.sh | |
parent | 203872a87d70db35bd90bd62a169dbc036b1fd0c (diff) |
update
Diffstat (limited to 'config/essentials/shell/functions.sh')
-rw-r--r-- | config/essentials/shell/functions.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config/essentials/shell/functions.sh b/config/essentials/shell/functions.sh index 37e471c..b699a86 100644 --- a/config/essentials/shell/functions.sh +++ b/config/essentials/shell/functions.sh @@ -110,7 +110,7 @@ __git_files() { } esc() { - $EDITOR "$(which $1)" + eval "$EDITOR '$(which $1)'" } delfile() { |