about summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorDmytro Meleshko <dmytro.meleshko@gmail.com>2019-11-06 22:30:20 +0200
committerDmytro Meleshko <dmytro.meleshko@gmail.com>2019-11-06 22:30:20 +0200
commit77154c4e07d2ccb2288361e303b2484523947189 (patch)
tree065daa6e04be840254c63f498ea048ccda53c8a4 /examples
parentf691e05a8f5e527c1beff8e112def4a40693ad7b (diff)
downloadranger-77154c4e07d2ccb2288361e303b2484523947189.tar.gz
Added a notice about sourcing examples/shell_subshell_notice.sh as well
Diffstat (limited to 'examples')
-rw-r--r--examples/shell_subshell_notice.sh3
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) '