diff options
author | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:59:27 +0200 |
---|---|---|
committer | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:59:27 +0200 |
commit | f691e05a8f5e527c1beff8e112def4a40693ad7b (patch) | |
tree | 0e5710b9e2ba0674317815ebb3389749b2101440 | |
parent | 758cb53caf7745890d3b813115fd10412078f610 (diff) | |
download | ranger-f691e05a8f5e527c1beff8e112def4a40693ad7b.tar.gz |
Added mention about sourcing examples/shell_automatic_cd.sh from shell config
-rw-r--r-- | examples/shell_automatic_cd.sh | 3 |
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. |