Update eshell config

This commit is contained in:
Dimitri Lozeve 2024-06-16 19:04:17 +02:00
parent 4e12e57fa2
commit 274f2c2e76
2 changed files with 5 additions and 1 deletions

View file

@ -1,7 +1,11 @@
alias ff find-file $1
alias ffo find-file-other-window $1
alias d dired $1
alias cls clear 1
alias ll ls -lh $*
alias la ls -Ah $*
alias lla ls -lAh $*
alias gs magit-status-here
alias gd magit-diff-unstaged

View file

@ -1036,8 +1036,8 @@
(setq eat-enable-shell-prompt-annotation nil)
(setopt eat-very-visible-cursor-type '(t nil nil))
(setopt eat-default-cursor-type '(t nil nil))
(setq eshell-visual-commands '())
(add-hook 'eshell-load-hook #'eat-eshell-mode)
(add-hook 'eshell-load-hook #'eat-eshell-visual-command-mode)
(setq process-adaptive-read-buffering nil)
(setq read-process-output-max (* 4 1024 1024)))