Skip to content

Commit ea5f4ad

Browse files
committed
[Docs] Add a note about fish-related problems
See #1668 for more details.
1 parent af68a58 commit ea5f4ad

2 files changed

Lines changed: 12 additions & 0 deletions

File tree

README.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ See the [online documentation](https://docs.projectile.mx) for more details.
109109

110110
* Some operations like search (grep) depend (presently) on external
111111
utilities such as `find`.
112+
* Commands depending on external utilities might misbehave on the `fish` shell.
112113
* Using Projectile over TRAMP might be slow in certain cases.
113114
* Some commands might misbehave on complex project setups (e.g. a git project with submodules)
114115
* Projectile was mostly tested on Unix OS-es (e.g. GNU/Linux and macOS), so some functionality might not work well on Windows

doc/modules/ROOT/pages/troubleshooting.adoc

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,3 +61,14 @@ least what's being required).
6161

6262
Emacs doesn't load the new files, it only installs them on disk. To see the
6363
effect of changes you have to restart Emacs.
64+
65+
=== Some commands not working properly with the fish shell
66+
67+
I'm not sure what's causing this (likely different quoting rules), but it's easy to fix it:
68+
69+
[source,elisp]
70+
----
71+
(setq shell-file-name "/bin/bash")
72+
----
73+
74+
In general, I've noticed that Emacs doesn't play very well with fish.

0 commit comments

Comments
 (0)