Going back to the fish shell
This commit is contained in:
parent
8ebb5a1561
commit
0f38d39a0e
1 changed files with 2 additions and 2 deletions
|
@ -450,8 +450,8 @@ Integration with the [[https://github.com/bash-lsp/bash-language-server][Bash LS
|
||||||
brew install bash-language-server
|
brew install bash-language-server
|
||||||
#+end_src
|
#+end_src
|
||||||
** Fish Shell
|
** Fish Shell
|
||||||
While I thought the [[https://fishshell.com/][fish shell]] was an interesting experiment (and I appreciated the basics that come with [[https://github.com/emacsmirror/fish-mode][fish-mode]]), I always find myself writing the =sh= way of doing things. When fish completely /broke/ on my laptop, I figured it was just not worth the effort to maintain. I’ll be removing this code soon enough.
|
I think the [[https://fishshell.com/][fish shell]] is an interesting experiment (and I appreciate the basics that come with [[https://github.com/emacsmirror/fish-mode][fish-mode]]).
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp
|
||||||
(use-package fish-mode
|
(use-package fish-mode
|
||||||
:mode (rx ".fish" eol)
|
:mode (rx ".fish" eol)
|
||||||
:config
|
:config
|
||||||
|
|
Loading…
Reference in a new issue