emacs: add eshell-info-banner

This commit is contained in:
FollieHiyuki 2021-05-08 02:32:48 +03:00
parent 5c69c10d97
commit 7bdada0819
No known key found for this signature in database
GPG Key ID: 813CF484F4993419
3 changed files with 10 additions and 2 deletions

View File

@ -342,6 +342,12 @@
;; :init ;; :init
;; (autoload 'turn-on-page-break-lines-mode "page-break-lines")) ;; (autoload 'turn-on-page-break-lines-mode "page-break-lines"))
;; Like neofetch, but for eshell
(use-package! eshell-info-banner
:defer t
:after eshell
:hook (eshell-banner-load . eshell-info-banner-update-banner))
;; Here are some additional functions/macros that could help you configure Doom: ;; Here are some additional functions/macros that could help you configure Doom:
;; ;;
;; - `load!' for loading external *.el files relative to this one ;; - `load!' for loading external *.el files relative to this one

View File

@ -58,7 +58,6 @@
(package! pinentry) (package! pinentry)
(package! xonsh-mode) (package! xonsh-mode)
(package! vimrc-mode) (package! vimrc-mode)
(package! gemini-mode)
(package! all-the-icons-ivy-rich) (package! all-the-icons-ivy-rich)
(package! nerd-fonts (package! nerd-fonts
:recipe (:host github :repo "FollieHiyuki/nerd-fonts.el")) :recipe (:host github :repo "FollieHiyuki/nerd-fonts.el"))
@ -69,6 +68,9 @@
(package! lice) (package! lice)
(package! license-templates) (package! license-templates)
(package! keycast) (package! keycast)
(package! eshell-info-banner
:recipe (:host github :repo "phundrak/eshell-info-banner.el"))
;;(package! gemini-mode)
;;(package! page-break-lines) ;;(package! page-break-lines)
;;(package! vlf) ;;(package! vlf)
;;(package! ox-gfm) ;;(package! ox-gfm)

View File

@ -456,7 +456,7 @@ map gA cd ~/Media
map gU cd ~/Music map gU cd ~/Music
map gf cd ~/.config map gf cd ~/.config
map gl cd ~/.local/share map gl cd ~/.local/share
map gb c /boot map gb cd /boot
map ge cd /etc map ge cd /etc
map gu cd /usr/share map gu cd /usr/share
map gd cd /dev map gd cd /dev