Remove bash, zsh, fish from eshell-visual-commands

It would affect non-interactive shell scripts run through these
shells (like homebrew).
This commit is contained in:
Henrik Lissner 2019-03-02 02:02:13 -05:00
parent 8a57d9b5fd
commit 7b2e80c711
No known key found for this signature in database
GPG Key ID: 5F6C0EA160557395

View File

@ -107,7 +107,7 @@ You should use `det-eshell-alias!' to change this.")
;; Visual commands require a proper terminal. Eshell can't handle that, so
;; it delegates these commands to a term buffer.
(after! em-term
(dolist (cmd '("tmux" "htop" "bash" "zsh" "fish" "vim" "nvim" "ncmpcpp"))
(dolist (cmd '("tmux" "htop" "vim" "nvim" "ncmpcpp"))
(add-to-list 'eshell-visual-commands cmd)))
(defun +eshell|init-aliases ()