diff options
author | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:47:30 +0200 |
---|---|---|
committer | Dmytro Meleshko <dmytro.meleshko@gmail.com> | 2019-11-06 21:47:30 +0200 |
commit | 918da47421cd4f162d2ecce4f0eeef3bc3e7a3ab (patch) | |
tree | eca4860b70e3bb985e85174b5e96b166149fd46a /examples | |
parent | aebcf5bc82fbb1f478d1ec62a0701774bcdd6b1c (diff) | |
download | ranger-918da47421cd4f162d2ecce4f0eeef3bc3e7a3ab.tar.gz |
Updated comments about compatibility with ranger versions
Diffstat (limited to 'examples')
-rw-r--r-- | examples/shell_automatic_cd.sh | 2 | ||||
-rw-r--r-- | examples/shell_subshell_notice.sh | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/examples/shell_automatic_cd.sh b/examples/shell_automatic_cd.sh index 952a0564..136c1e26 100644 --- a/examples/shell_automatic_cd.sh +++ b/examples/shell_automatic_cd.sh @@ -1,4 +1,4 @@ -# Compatible with ranger 1.4.2 through 1.7.* +# Compatible with ranger 1.4.2 through 1.9.* # # Automatically change the current working directory after closing ranger # diff --git a/examples/shell_subshell_notice.sh b/examples/shell_subshell_notice.sh index a79712ee..a3c39dc0 100644 --- a/examples/shell_subshell_notice.sh +++ b/examples/shell_subshell_notice.sh @@ -1,4 +1,4 @@ -# Compatible with ranger 1.5.3 through 1.7.* +# Compatible with ranger 1.5.3 through 1.9.* # # Change the prompt when you open a shell from inside ranger # |