All ability to set icon face to eshell-starship.el
This commit is contained in:
4
init.el
4
init.el
@ -2002,7 +2002,9 @@ If no name is given, list all bookmarks instead."
|
||||
:demand t
|
||||
:hook (eshell-prompt-mode . eshell-starship-prompt-mode)
|
||||
:config
|
||||
(eshell-starship-setup-evil-keybindings))
|
||||
(eshell-starship-setup-evil-keybindings)
|
||||
(set-face-attribute 'eshell-starship-icon-face nil
|
||||
:family "FiraCode Nerd Font"))
|
||||
|
||||
;; proced
|
||||
(use-package proced
|
||||
|
Reference in New Issue
Block a user