We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
exec
fish --version
fish, version 3.6.1
uname -a
Linux R3UB 6.4.12-arch1-1 #1 SMP PREEMPT_DYNAMIC Thu, 24 Aug 2023 00:38:14 +0000 x86_64 GNU/Linux
echo $TERM
tmux-256color
Overriding variables for a single command using var=val syntax doesn't work when the command to be executed is exec.
var=val
fish --versionuname -aecho $TERMOverriding variables for a single command using
var=valsyntax doesn't work when the command to be executed isexec.