diff options
-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. |