fix(emacs): set default emacs shell to fish
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
49dcb6ca2c
commit
bda35981fc
1 changed files with 4 additions and 0 deletions
|
@ -166,6 +166,10 @@
|
||||||
(setq compilation-exit-message-function 'compilation-exit-autoclose)
|
(setq compilation-exit-message-function 'compilation-exit-autoclose)
|
||||||
|
|
||||||
;; shell
|
;; shell
|
||||||
|
(setq vterm-shell
|
||||||
|
(if (file-exists-p "/usr/bin/fish")
|
||||||
|
"/usr/bin/fish"
|
||||||
|
shell-file-name))
|
||||||
(keymap-global-set "C-c v" #'vterm)
|
(keymap-global-set "C-c v" #'vterm)
|
||||||
|
|
||||||
(provide 'general)
|
(provide 'general)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue