diff options
Diffstat (limited to '.config/emacs/bd-shells.el')
-rw-r--r-- | .config/emacs/bd-shells.el | 2 |
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 "^> ") |