Merge branch 'develop' into eshell-improvements

This commit is contained in:
Steven vanZyl 2020-05-13 09:17:10 -04:00 committed by GitHub
commit c881f98960
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
75 changed files with 1118 additions and 535 deletions

View file

@ -187,9 +187,8 @@ You should use `set-eshell-alias!' to change this.")
;; installed for bash completion to work. How frustrating. This way we
;; can at least get bash completion whether or not fish is present.
(defadvice! +eshell--fallback-to-bash-a (&rest _)
:before-while #'fish-completion--list-completions-with-desc
(executable-find "fish")))
:before-until #'fish-completion--list-completions-with-desc
(unless (executable-find "fish") "")))
;; Activate eshell-did-you-mean using its setup function (lazily)
(use-package! eshell-did-you-mean
@ -200,4 +199,4 @@ You should use `set-eshell-alias!' to change this.")
;; work on first invocation, so we invoke it once manually by setting
;; the last command and then calling the output filter.
(setq eshell-last-command-name "catt")
(eshell-did-you-mean-output-filter "catt: command not found"))
(eshell-did-you-mean-output-filter "catt: command not found"))