summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 21:55:29 -0700
committerbd <bdunahu@gmail.com>2024-01-05 21:55:29 -0700
commit1e4a002f480925683ce0aedf39adf42cfc60381a (patch)
treeada7208a9d105788caddd51230fe617306eed2eb /.config/emacs/bd-shells.el
parent553a287b4ff7d8129870075acfb8422882dc3395 (diff)
Replaced previous dmenu prompt with an Emacs equivalent.
Diffstat (limited to '.config/emacs/bd-shells.el')
-rw-r--r--.config/emacs/bd-shells.el2
1 files changed, 1 insertions, 1 deletions
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
("<tab>" . completion-at-point))
:config
- (eshell/addpath "~/Personal/scripts/")
+ (eshell/addpath ~/Personal/scripts/)
:custom
(eshell-prompt-function 'bd/eshell-prompt)
(eshell-prompt-regexp "^> ")