File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -61,3 +61,14 @@ least what's being required).
6161
6262Emacs doesn't load the new files, it only installs them on disk. To see the
6363effect 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.
You can’t perform that action at this time.
0 commit comments