diff options
author | hut <hut@lavabit.com> | 2009-11-27 22:30:38 +0100 |
---|---|---|
committer | hut <hut@lavabit.com> | 2009-11-27 22:30:38 +0100 |
commit | a66c4a26f79d71210422f7d977b892d5a700dae8 (patch) | |
tree | dd131629b0b65a29396d68a7ed8ccaff8e8e048e /wrapper.sh | |
parent | db9bb0c9026b38acdf1174f2be5851acd47e066b (diff) | |
download | ranger-a66c4a26f79d71210422f7d977b892d5a700dae8.tar.gz |
embedded wrapper.sh into ranger.py
Diffstat (limited to 'wrapper.sh')
-rwxr-xr-x | wrapper.sh | 16 |
1 files changed, 0 insertions, 16 deletions
diff --git a/wrapper.sh b/wrapper.sh deleted file mode 100755 index 080033c2..00000000 --- a/wrapper.sh +++ /dev/null @@ -1,16 +0,0 @@ -#!/bin/sh -# -# Use this file to activate a special feature: -# Changing the directory of the parent shell after exiting Ranger. -# To use this, create an alias for this command in your shell config: -# -# source path/to/wrapper.sh path/to/ranger.py -# -# (This does not work with all shells, it was successfully tested -# with bash and zsh though.) -# -if [ $1 ]; then - cd "`$1 --cd-after-exit $@ 3>&1 1>&2 2>&3 3>&-`" -else - echo "use with: source path/to/wrapper.sh path/to/ranger.py" -fi |