Replace eshell with fish shell

This commit is contained in:
coolneng 2020-06-20 02:08:47 +02:00
parent efefbc80f2
commit e3ad628597
Signed by: coolneng
GPG Key ID: 9893DA236405AF57
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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