README.adoc: clarify bash problems
I've also tried tcsh but while it /can/ be used for directory navigation, it has several issues that are much more serious.
This commit is contained in:
parent
5fff336e77
commit
c07f557c16
|
@ -87,8 +87,9 @@ bind \eo sdn-navigate
|
||||||
|
|
||||||
bash
|
bash
|
||||||
~~~~
|
~~~~
|
||||||
Here we can't reset the prompt from within a `bind -x` handler but there is
|
Here we can't make the shell update the prompt on directory changes since
|
||||||
an acceptable workaround that sadly submits a blank line:
|
there's no way to invoke `prompt_again()` from a `bind -x` handler but we can
|
||||||
|
work around it by submitting a blank line:
|
||||||
|
|
||||||
----
|
----
|
||||||
sdn-navigate () {
|
sdn-navigate () {
|
||||||
|
|
Loading…
Reference in New Issue