From 1e4a002f480925683ce0aedf39adf42cfc60381a Mon Sep 17 00:00:00 2001 From: bd Date: Fri, 5 Jan 2024 21:55:29 -0700 Subject: Replaced previous dmenu prompt with an Emacs equivalent. --- .config/emacs/bd-shells.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/emacs/bd-shells.el') diff --git a/.config/emacs/bd-shells.el b/.config/emacs/bd-shells.el index 9628c66..c6e6722 100644 --- a/.config/emacs/bd-shells.el +++ b/.config/emacs/bd-shells.el @@ -37,7 +37,7 @@ status, and path." ("C-q" . 'delete-window) ; mostly for side window ("" . completion-at-point)) :config - (eshell/addpath "~/Personal/scripts/") + (eshell/addpath ~/Personal/scripts/) :custom (eshell-prompt-function 'bd/eshell-prompt) (eshell-prompt-regexp "^> ") -- cgit v1.2.3