summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorArshia Mufti <a2mufti@uwaterloo.ca>2016-09-06 16:28:44 -0500
committerArshia Mufti <a2mufti@uwaterloo.ca>2016-09-06 16:28:44 -0500
commitd04d05786ba175e1fb67a023b6950ba7aef102b5 (patch)
treef5de71def0c76b490c9fcd3eb8986af28d72c539 /examples
parent58e6da694cdf6a1f6f78ae40cfaecdd630df65a7 (diff)
downloadranger-d04d05786ba175e1fb67a023b6950ba7aef102b5.tar.gz
Add correct path to ranger on OS X
Diffstat (limited to 'examples')
-rw-r--r--examples/bash_automatic_cd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/examples/bash_automatic_cd.sh b/examples/bash_automatic_cd.sh
index 040bf21a..bdac5757 100644
--- a/examples/bash_automatic_cd.sh
+++ b/examples/bash_automatic_cd.sh
@@ -6,6 +6,8 @@
 # the last visited one after ranger quits.
 # To undo the effect of this function, you can type "cd -" to return to the
 # original directory.
+# 
+# On OS X 10 or later, replace `usr/bin/ranger` with `/usr/local/bin/ranger`.
 
 function ranger-cd {
     tempfile="$(mktemp -t tmp.XXXXXX)"