summary refs log tree commit diff stats
path: root/doc/cd-after-exit.txt
diff options
context:
space:
mode:
authorhut <hut@lavabit.com>2010-02-09 10:56:21 +0100
committerhut <hut@lavabit.com>2010-02-09 10:56:21 +0100
commit142a617d1e37826cc6c7b236ed3973227525dcb7 (patch)
treefddcaf8c393b5a7c1738273ae98a95ae5247c8a6 /doc/cd-after-exit.txt
parent6a8d5d23fae4566106ef4c1efca18c35f447df3a (diff)
downloadranger-142a617d1e37826cc6c7b236ed3973227525dcb7.tar.gz
doc: what breaks cd-after-exit support in zsh
Diffstat (limited to 'doc/cd-after-exit.txt')
-rw-r--r--doc/cd-after-exit.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/cd-after-exit.txt b/doc/cd-after-exit.txt
index 4b24c088..c67b5241 100644
--- a/doc/cd-after-exit.txt
+++ b/doc/cd-after-exit.txt
@@ -137,6 +137,8 @@ about ^C presses, I use this approach:
     cd "$ranger_output"
     #...and some clean ups
 
+(this breaks zsh support!)
+
 
 == Open issues
 
> 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 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