summary refs log tree commit diff stats
path: root/README
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-04-13 12:17:46 +0200
committerhut <hut@lavabit.com>2010-04-13 12:38:28 +0200
commitfab4dc542e9f2b0ee55a97046915894c9e5ae37b (patch)
tree933e825e1e79fa8c38f0494c7a7e521301d81288 /README
parent4ce7312000cb2323a9eafd0eb436181cb86762d7 (diff)
downloadranger-fab4dc542e9f2b0ee55a97046915894c9e5ae37b.tar.gz
Fixed suggested cd-after-exit-script for zsh
Diffstat (limited to 'README')
-rw-r--r--README2
1 files changed, 1 insertions, 1 deletions
diff --git a/README b/README
index 07837688..429aefa1 100644
--- a/README
+++ b/README
@@ -130,7 +130,7 @@ Tips
 Change the directory of your parent shell when you exit ranger:
 
 ranger() {
-    $(which ranger) $@ &&
+    command ranger $@ &&
     cd "$(grep \^\' ~/.ranger/bookmarks | cut -b3-)"
 }