doomemacs/modules/term/eshell
Henrik Lissner d93b789ef5
Move point to eshell prompt when switching to insert mode
This advice was broken (and superseded) by changes upstream in
evil-collection-eshell.
2020-06-05 13:08:01 -04:00
..
autoload Preserve current directory when splitting eshell 2020-05-11 22:09:17 -04:00
config.el Move point to eshell prompt when switching to insert mode 2020-06-05 13:08:01 -04:00
packages.el Disable {bash,fish}-completion on Windows 2020-05-15 22:53:17 -04:00
README.org Fix DYM and add aliases 2020-04-28 16:54:34 -04:00

term/eshell

Description

This module provides additional features for the built-in Emacs Shell

The Emacs Shell or eshell is a shell-like command interpreter implemented in Emacs Lisp. It is an alternative to traditional shells such as bash, zsh, fish, etc. that is built into Emacs and entirely cross-platform.

Maintainers

This module has no dedicated maintainers.

Module Flags

This module provides no flags, but does gain auto-completion if :completion company is enabled.

Hacks

  • Even with fish-completion-fallback-on-bash-p non-nil, fish must be installed for bash completion to work. Workaround in config.el.
  • eshell-did-you-mean does not work on first invocation, so we manually invoke it once.

Prerequisites

fish shell for completions, falling back to bash shell if fish is not found. If neither shell is found, completions may not be available.

Features

  • Command completion with Company
  • fish-style prompt with Git integration
  • z-like directory jumping
  • Command-not-found recommendations

TODO Configuration

TODO Troubleshooting