Replace eshell with fish shell
This commit is contained in:
parent
efefbc80f2
commit
e3ad628597
|
@ -7,7 +7,7 @@
|
|||
;; Set projects directories
|
||||
(setq projectile-project-search-path '("~/Projects"))
|
||||
; Auto cleanup recentf
|
||||
(setq recentf-auto-cleanup '300)
|
||||
(setq recentf-auto-cleanup 300)
|
||||
; Save backup files to ~/.cache and autosave files to ~/.cache/emacs
|
||||
(setq backup-directory-alist `(("." . "~/.cache"))
|
||||
auto-save-list-file-prefix
|
||||
|
|
4
init.el
4
init.el
|
@ -67,8 +67,8 @@
|
|||
vc ; version-control and Emacs, sitting in a tree
|
||||
|
||||
:term
|
||||
eshell ; a consistent, cross-platform shell (WIP)
|
||||
;;shell ; a terminal REPL for Emacs
|
||||
;;eshell ; a consistent, cross-platform shell (WIP)
|
||||
shell ; a terminal REPL for Emacs
|
||||
;;term ; terminals in Emacs
|
||||
;;vterm ; another terminals in Emacs
|
||||
|
||||
|
|
Loading…
Reference in New Issue