diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/ranger.1 | 2 | ||||
-rw-r--r-- | doc/ranger.pod | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/doc/ranger.1 b/doc/ranger.1 index 124e0418..453f9d29 100644 --- a/doc/ranger.1 +++ b/doc/ranger.1 @@ -1031,7 +1031,7 @@ program out of \*(L"vim\*(R", \*(L"emacs\*(R" and \*(L"nano\*(R". .IP "\s-1SHELL\s0" 8 .IX Item "SHELL" Defines the shell that ranger is going to use with the :shell command and -the \*(L"S\*(R" key. Defaults to \*(L"bash\*(R". +the \*(L"S\*(R" key. Defaults to \*(L"/bin/sh\*(R". .IP "\s-1TERMCMD\s0" 8 .IX Item "TERMCMD" Defines the terminal emulator command that ranger is going to use with the diff --git a/doc/ranger.pod b/doc/ranger.pod index c4e5c92c..1e3a7242 100644 --- a/doc/ranger.pod +++ b/doc/ranger.pod @@ -1117,7 +1117,7 @@ program out of "vim", "emacs" and "nano". =item SHELL Defines the shell that ranger is going to use with the :shell command and -the "S" key. Defaults to "bash". +the "S" key. Defaults to "/bin/sh". =item TERMCMD |