about summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
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) '