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:
parent
8a57d9b5fd
commit
7b2e80c711
1 changed files with 1 additions and 1 deletions
|
@ -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
|
;; Visual commands require a proper terminal. Eshell can't handle that, so
|
||||||
;; it delegates these commands to a term buffer.
|
;; it delegates these commands to a term buffer.
|
||||||
(after! em-term
|
(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)))
|
(add-to-list 'eshell-visual-commands cmd)))
|
||||||
|
|
||||||
(defun +eshell|init-aliases ()
|
(defun +eshell|init-aliases ()
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue