From 989171268461a0069ecd53a49e6098ce08638102 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Fri, 5 May 2023 09:58:21 -0500 Subject: changes --- lisp/acdw-shell.el | 32 ++++++++++++++++---------------- 1 file changed, 16 insertions(+), 16 deletions(-) (limited to 'lisp/acdw-shell.el') diff --git a/lisp/acdw-shell.el b/lisp/acdw-shell.el index 7c542aa..ce63bdc 100644 --- a/lisp/acdw-shell.el +++ b/lisp/acdw-shell.el @@ -52,8 +52,8 @@ (concat (if (= 0 eshell-last-command-status) "^_^ " ";_; ") - (abbreviate-file-name (eshell/pwd)) - (if (= (user-uid) 0) " # " " $ "))) + (abbreviate-file-name (eshell/pwd)) + (if (= (user-uid) 0) " # " " $ "))) ;;; Packages @@ -89,20 +89,20 @@ (require 'esh-module) (require 'em-smart) (require 'em-tramp) - (setopt eshell-destroy-buffer-when-process-dies t - eshell-error-if-no-glob t - eshell-hist-ignoredups t - eshell-kill-on-exit t - eshell-prefer-lisp-functions t - eshell-prefer-lisp-variables t - eshell-scroll-to-bottom-on-input 'this - eshell-banner-message "" - eshell-hist-ignoredups 'erase - eshell-history-size 512 - eshell-input-filter (lambda (input) - (or (eshell-input-filter-default input) - (eshell-input-filter-initial-space input))) - eshell-prompt-function #'acdw/eshell-prompt) + (setq eshell-destroy-buffer-when-process-dies t + eshell-error-if-no-glob t + eshell-hist-ignoredups t + eshell-kill-on-exit t + eshell-prefer-lisp-functions t + eshell-prefer-lisp-variables t + eshell-scroll-to-bottom-on-input 'this + eshell-banner-message "" + eshell-hist-ignoredups 'erase + eshell-history-size 512 + eshell-input-filter (lambda (input) + (or (eshell-input-filter-default input) + (eshell-input-filter-initial-space input))) + eshell-prompt-function #'acdw/eshell-prompt) (add-hook 'eshell-mode-hook (defun eshell-setup () (hungry-delete-mode -1) -- cgit 1.4.1-21-gabe81