From d63910cb8bd57082233a718d1ac8768fe00cf256 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 4 Jun 2022 15:24:13 +0200 Subject: [PATCH] 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. --- init.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.el b/init.el index 115bc12..eb69692 100644 --- a/init.el +++ b/init.el @@ -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