diff options
author | Michael Vetter <jubalh@iodoru.org> | 2021-06-10 17:28:57 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2021-06-10 17:28:57 +0200 |
commit | a4230603d3ae5ed52506b097a23d9f4f8a984107 (patch) | |
tree | 063122ec5626f5549a9049855f800dfa6e69b419 /src/command | |
parent | fc593ef90eede11896c6ec4f4cbe46e23a667914 (diff) | |
download | profani-tty-a4230603d3ae5ed52506b097a23d9f4f8a984107.tar.gz |
Fix executable example
Changed in a5a0dd6c919a2b4f12ef2b4f57a0d9a2a9cabf34
Diffstat (limited to 'src/command')
-rw-r--r-- | src/command/cmd_defs.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/command/cmd_defs.c b/src/command/cmd_defs.c index f1207303..f5b111ac 100644 --- a/src/command/cmd_defs.c +++ b/src/command/cmd_defs.c @@ -2547,7 +2547,7 @@ static struct cmd_t command_defs[] = { "/executable urlsave set \"wget %u -O %p\"", "/executable urlsave set \"curl %u -o %p\"", "/executable urlsave default", - "/executable editor set /usr/bin/vim") + "/executable editor set vim") }, { "/url", |