Update eshell config
This commit is contained in:
parent
4e12e57fa2
commit
274f2c2e76
2 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
2
init.el
2
init.el
|
@ -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)))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue