Do not error in eshell when glob expansion is not possible

Just keep the input as it is.  This avoids errors when cd-ing to
`/sshx:hostname:~/` or similar.
This commit is contained in:
Daniel - 2022-06-04 15:24:13 +02:00
parent ce806bcc2e
commit d63910cb8b
Signed by: dbo
GPG Key ID: 784AA8DF0CCDF625
1 changed files with 1 additions and 1 deletions

View File

@ -2525,7 +2525,7 @@ With given ARG, display files in `db/important-document-path."
:init (setq eshell-cmpl-cycle-completions nil
eshell-scroll-to-bottom-on-input t
eshell-prefer-lisp-functions nil
eshell-error-if-no-glob t
eshell-error-if-no-glob nil
eshell-hist-ignoredups t
eshell-save-history-on-exit t
eshell-history-size 5000