Enable nyan-prompt only on graphical displays

This commit is contained in:
Gergely Polonkai 2016-10-14 20:10:04 +00:00
parent 92c621b6f4
commit 349a390521
1 changed files with 4 additions and 3 deletions

View File

@ -237,9 +237,10 @@
:config
(nyan-mode t))
(when (display-graphic-p)
(use-package nyan-prompt
:config
(add-hook 'eshell-load-hook 'nyan-prompt-enable))
(add-hook 'eshell-load-hook 'nyan-prompt-enable)))
;; Zone!
(use-package zone-nyan