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 21:59:27 +0200
committerDmytro Meleshko <dmytro.meleshko@gmail.com>2019-11-06 21:59:27 +0200
commitf691e05a8f5e527c1beff8e112def4a40693ad7b (patch)
tree0e5710b9e2ba0674317815ebb3389749b2101440 /examples
parent758cb53caf7745890d3b813115fd10412078f610 (diff)
downloadranger-f691e05a8f5e527c1beff8e112def4a40693ad7b.tar.gz
Added mention about sourcing examples/shell_automatic_cd.sh from shell config
Diffstat (limited to 'examples')
-rw-r--r--examples/shell_automatic_cd.sh3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/shell_automatic_cd.sh b/examples/shell_automatic_cd.sh
index 136c1e26..c4d79cb9 100644
--- a/examples/shell_automatic_cd.sh
+++ b/examples/shell_automatic_cd.sh
@@ -3,7 +3,8 @@
 # Automatically change the current working directory after closing ranger
 #
 # This is a shell function to automatically change the current working
-# directory to the last visited one after ranger quits.
+# directory to the last visited one after ranger quits. Either put it into your
+# .zshrc/.bashrc/etc or source this file from your shell configuration.
 # To undo the effect of this function, you can type "cd -" to return to the
 # original directory.