diff options
author | hut <hut@lavabit.com> | 2013-03-01 09:19:47 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2013-03-01 09:22:59 +0100 |
commit | c139ec86237c2800f55ea2064f18c1b5bc4e9523 (patch) | |
tree | 9469cc1e167f00cacf8214358f153ed634942698 /examples/bash_automatic_cd.sh | |
parent | 76612b05b5d1490032e38a736c7293bd750c877d (diff) | |
download | ranger-c139ec86237c2800f55ea2064f18c1b5bc4e9523.tar.gz |
Added version info to examples
Diffstat (limited to 'examples/bash_automatic_cd.sh')
-rw-r--r-- | examples/bash_automatic_cd.sh | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bash_automatic_cd.sh b/examples/bash_automatic_cd.sh index a63280d1..8d72c553 100644 --- a/examples/bash_automatic_cd.sh +++ b/examples/bash_automatic_cd.sh @@ -1,3 +1,5 @@ +# Compatible with ranger 1.4.2 through 1.6.* +# # Automatically change the directory in bash after closing ranger # # This is a bash function for .bashrc to automatically change the directory to |