Keyboard shortcuts

Press or to navigate between chapters

Press S or / to search in the book

Press ? to show this help

Press Esc to hide this help

Nushell $env.PATH in tmux

Shell #Nushell #Tmux #Terminal #Configuration

I noticed that when I use:

set -g default-shell nu

in .tmux.conf to specify Nushell as the shell, it doesn’t load $env.PATH. It is necessary to specify the shell with:

set -g default-command nu -l

(using the full path to nu) to ensure the shell reads your configuration file.