summaryrefslogtreecommitdiff
path: root/.config/emacs/bd-shells.el
diff options
context:
space:
mode:
authorbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
committerbd <bdunahu@gmail.com>2024-01-05 20:52:16 -0700
commit553a287b4ff7d8129870075acfb8422882dc3395 (patch)
tree6d0c5ba518bb4f813fd2e34c33021786beed15b1 /.config/emacs/bd-shells.el
parentb05329a5092fa19e69fd623548e83dd43eb18e5e (diff)
Eshell correct path, auto-cleanup files, and more
Diffstat (limited to '.config/emacs/bd-shells.el')
-rw-r--r--.config/emacs/bd-shells.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/emacs/bd-shells.el b/.config/emacs/bd-shells.el
index 9f0b919..9628c66 100644
--- a/.config/emacs/bd-shells.el
+++ b/.config/emacs/bd-shells.el
@@ -32,11 +32,12 @@ status, and path."
(use-package eshell
:init
- (require 'magit)
:bind (("C-z C-e" . 'eshell-open-buffer)
:map eshell-mode-map
("C-q" . 'delete-window) ; mostly for side window
("<tab>" . completion-at-point))
+ :config
+ (eshell/addpath "~/Personal/scripts/")
:custom
(eshell-prompt-function 'bd/eshell-prompt)
(eshell-prompt-regexp "^> ")