mirror of
https://git.disroot.org/FollieHiyuki/dotfiles.git
synced 2024-12-02 04:08:30 -05:00
emacs: add eshell-info-banner
This commit is contained in:
parent
5c69c10d97
commit
7bdada0819
@ -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
|
||||||
|
@ -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)
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user