mirror of
https://code.blicky.net/yorhel/ncdu.git
synced 2026-01-15 18:18:41 -09:00
doc: Document /bin/sh as default shell
The default shell was changed from /bin/bash to /bin/sh in commit
61a7846 ("config: Use /bin/sh as default shell and don't check for its
existence", 2015-04-05), update the documentation about this.
This commit is contained in:
parent
7be85679c5
commit
3a21a634f4
1 changed files with 1 additions and 1 deletions
|
|
@ -217,7 +217,7 @@ Spawn shell in current directory.
|
||||||
We first check the $NCDU_SHELL environment variable of the user for the
|
We first check the $NCDU_SHELL environment variable of the user for the
|
||||||
preferred shell interpreter. If it's not set, $SHELL is checked. If that
|
preferred shell interpreter. If it's not set, $SHELL is checked. If that
|
||||||
variable also isn't defined, we fall back to the compile time configured
|
variable also isn't defined, we fall back to the compile time configured
|
||||||
default shell (usually /bin/bash). This allows you to specify which program to
|
default shell (usually /bin/sh). This allows you to specify which program to
|
||||||
launch when 'b' is pressed. For example, if you want ncdu to execute the
|
launch when 'b' is pressed. For example, if you want ncdu to execute the
|
||||||
Midnight Commander file manager in the current directory:
|
Midnight Commander file manager in the current directory:
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue