X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/4a102022bba2f081c58d6814a8795a898d80a8c3..188c64b591f6341844f4bc6906e8cc9b23ad3b14:/.emacs.d/lisp/bandali-eshell.el diff --git a/.emacs.d/lisp/bandali-eshell.el b/.emacs.d/lisp/bandali-eshell.el index 574d8e1..66e7808 100644 --- a/.emacs.d/lisp/bandali-eshell.el +++ b/.emacs.d/lisp/bandali-eshell.el @@ -1,6 +1,6 @@ ;;; bandali-eshell.el --- bandali's Eshell setup -*- lexical-binding: t; -*- -;; Copyright (C) 2018-2020 Amin Bandali +;; Copyright (C) 2018-2022 Amin Bandali ;; Author: Amin Bandali ;; Keywords: processes @@ -26,7 +26,7 @@ (with-eval-after-load 'eshell (make-directory (b/etc "eshell/") t) - (csetq + (setq eshell-aliases-file (b/etc "eshell/aliases") eshell-directory-name (b/var "eshell/") eshell-hist-ignoredups t @@ -78,7 +78,7 @@ (define-key eshell-hist-mode-map (kbd "M-r") #'b/eshell-history))) ;; global key bindings -(global-set-key (kbd "C-c a s e") #'eshell) +(global-set-key (kbd "C-c s e") #'eshell) ;; hooks (add-hook 'eshell-mode-hook #'b/eshell-setup)