~xenrox/hut#44: 
$EDITOR should be a command, not an executable

 echo $EDITOR
env EMACS-MIN=1 nemacs
❯ hut todo ticket create -t todo
failed to read ticket subject and description: exec: "env EMACS-MIN=1 nemacs": executable file not found in $PATH
Status
REPORTED
Submitter
~meow_king (edited)
Assigned to
No-one
Submitted
11 months ago
Updated
10 months ago
Labels
No labels applied.

~whynothugo (edited) 10 months ago

The same applies to $PAGER:

> hut pages list
Failed to start pager "bat -p": exec: "bat -p": executable file not found in $PATH
> echo $PAGER
bat -p

~emersion (edited) 10 months ago

Thorben Günther referenced this ticket in commit 6c85e1e.

Register here or Log in to comment, or comment via email.