diff options
author | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 22:30:20 +0200 |
---|---|---|
committer | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 22:30:20 +0200 |
commit | 77154c4e07d2ccb2288361e303b2484523947189 (patch) | |
tree | 065daa6e04be840254c63f498ea048ccda53c8a4 | |
parent | f691e05a8f5e527c1beff8e112def4a40693ad7b (diff) | |
download | ranger-77154c4e07d2ccb2288361e303b2484523947189.tar.gz |
Added a notice about sourcing examples/shell_subshell_notice.sh as well
-rw-r--r-- | examples/shell_subshell_notice.sh | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/shell_subshell_notice.sh b/examples/shell_subshell_notice.sh index a3c39dc0..1db88bfc 100644 --- a/examples/shell_subshell_notice.sh +++ b/examples/shell_subshell_notice.sh @@ -2,6 +2,7 @@ # # Change the prompt when you open a shell from inside ranger # -# Add this line to your shell startup file (.bashrc, .zshrc etc) for it to work. +# Source this file from your shell startup file (.bashrc, .zshrc etc) for it to +# work. [ -n "$RANGER_LEVEL" ] && PS1="$PS1"'(in ranger) ' |