summary refs log tree commit diff stats
path: root/examples
diff options
context:
space:
mode:
authorhut <hut@lepus.uberspace.de>2016-11-04 15:00:39 -0400
committerhut <hut@lepus.uberspace.de>2016-11-04 15:00:39 -0400
commit055247a002757ab439e68f8497b3935f28a839c4 (patch)
tree2b8f15a06c68907f49afa437bcbd2b76a3177325 /examples
parentbc67078df6f118ed98fc1ea6c31fea9ea27c2cc3 (diff)
parentd04d05786ba175e1fb67a023b6950ba7aef102b5 (diff)
downloadranger-055247a002757ab439e68f8497b3935f28a839c4.tar.gz
Merge branch 'automatic-cd-osx' of https://github.com/arshiamufti/ranger
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)"
2' href='#n152'>152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190