]> git.eshelyaron.com Git - emacs.git/commitdiff
Add some eshell completion patterns
authorStefan Kangas <stefan@marxist.se>
Fri, 11 Sep 2020 20:04:24 +0000 (22:04 +0200)
committerStefan Kangas <stefan@marxist.se>
Fri, 11 Sep 2020 20:04:24 +0000 (22:04 +0200)
* lisp/eshell/em-cmpl.el (eshell-command-completions-alist):
Add 'gunzip', 'bunzip2' and 'unxz'.

lisp/eshell/em-cmpl.el

index dcf56af60515a126613722b30382b361b58bde1a..8a444c9100196b4038f6a937d95141fb692226a7 100644 (file)
@@ -116,6 +116,9 @@ is non-nil."
 (defcustom eshell-command-completions-alist
   '(("acroread" . "\\.pdf\\'")
     ("xpdf"     . "\\.pdf\\'")
+    ("gunzip"   . "\\.t?gz\\'")
+    ("bunzip2"  . "\\.t?bz2\\'")
+    ("unxz"     . "\\.t?xz\\'")
     ("ar"       . "\\.[ao]\\'")
     ("gcc"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")
     ("g++"      . "\\.[Cc]\\([Cc]\\|[Pp][Pp]\\)?\\'")