diff options
| author | bd <bdunahu@operationnull.com> | 2025-11-10 19:31:04 -0500 |
|---|---|---|
| committer | bd <bdunahu@operationnull.com> | 2025-11-10 19:31:04 -0500 |
| commit | 91e8b1f627fe4c970e8a9d40952e04a1aaf9bf62 (patch) | |
| tree | 4f2436dd38f2908b1d95c1c61a9831df3cf22dab /.config | |
| parent | e92c4ab09d03483c33c0bd27d0c114527db2dbbe (diff) | |
more modifications of eshell header image
Diffstat (limited to '.config')
| -rw-r--r-- | .config/emacs/images/wolf.png | bin | 0 -> 117636 bytes | |||
| -rw-r--r-- | .config/emacs/modules/bd--shells.el | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/.config/emacs/images/wolf.png b/.config/emacs/images/wolf.png Binary files differnew file mode 100644 index 0000000..fabad74 --- /dev/null +++ b/.config/emacs/images/wolf.png diff --git a/.config/emacs/modules/bd--shells.el b/.config/emacs/modules/bd--shells.el index d4cb2c1..1072694 100644 --- a/.config/emacs/modules/bd--shells.el +++ b/.config/emacs/modules/bd--shells.el @@ -48,7 +48,7 @@ allowed." (use-package em-banner :config - (setopt eshell-banner-message (concat "\n" (propertize " " 'display (create-image (expand-file-name "images/black_wolf.png" user-emacs-directory) 'png nil :scale 0.8 :align-to "center")) "\n"))) + (setopt eshell-banner-message (concat "\n" (propertize " " 'display (create-image (expand-file-name "images/wolf.png" user-emacs-directory) 'png nil :scale 0.8 :align-to "center")) "\n"))) (use-package em-hist :config |
