mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
Fix #4279: runaway duplication in eshell-command-aliases-list
This commit is contained in:
@ -110,12 +110,11 @@ You should use `set-eshell-alias!' to change this.")
|
|||||||
(after! em-term
|
(after! em-term
|
||||||
(pushnew! eshell-visual-commands "tmux" "htop" "vim" "nvim" "ncmpcpp"))
|
(pushnew! eshell-visual-commands "tmux" "htop" "vim" "nvim" "ncmpcpp"))
|
||||||
|
|
||||||
(add-hook! 'eshell-alias-load-hook
|
(after! em-alias
|
||||||
(defun +eshell-init-aliases-h ()
|
(setq +eshell--default-aliases eshell-command-aliases-list
|
||||||
(setq +eshell--default-aliases eshell-command-aliases-list
|
eshell-command-aliases-list
|
||||||
eshell-command-aliases-list
|
(append eshell-command-aliases-list
|
||||||
(append eshell-command-aliases-list
|
+eshell-aliases))))
|
||||||
+eshell-aliases)))))
|
|
||||||
|
|
||||||
|
|
||||||
(after! esh-mode
|
(after! esh-mode
|
||||||
|
Reference in New Issue
Block a user