diff options
Diffstat (limited to 'doc/examples/bash_subshell_notice.sh')
-rw-r--r-- | doc/examples/bash_subshell_notice.sh | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/doc/examples/bash_subshell_notice.sh b/doc/examples/bash_subshell_notice.sh new file mode 100644 index 00000000..bc44d5a8 --- /dev/null +++ b/doc/examples/bash_subshell_notice.sh @@ -0,0 +1,7 @@ +# Compatible with ranger 1.5.3 through 1.6.* +# +# Change the prompt when you open a shell from inside ranger +# +# Add this line to your .bashrc for it to work. + +[ -n "$RANGER_LEVEL" ] && PS1="$PS1"'(in ranger) ' |