summaryrefslogtreecommitdiff
path: root/tw/home/common.scm
diff options
context:
space:
mode:
authorTimo Wilken2023-01-19 23:20:30 +0100
committerTimo Wilken2023-01-19 23:20:30 +0100
commitbd99c054ed81f266c4d8ae66de9196b67cd2bd91 (patch)
treef3319f4e8d07948407fc5b1e7589882c92ca67a9 /tw/home/common.scm
parent04082c37c3b5af86827cb5054c2e41f53ff43d22 (diff)
Remove zsh-autopair and package zsh-history-substring-search
Autopair is a bit annoying. I've been missing zsh-history-substring-search though, so package it.
Diffstat (limited to 'tw/home/common.scm')
-rw-r--r--tw/home/common.scm4
1 files changed, 2 insertions, 2 deletions
diff --git a/tw/home/common.scm b/tw/home/common.scm
index 4aee687c..46cf8799 100644
--- a/tw/home/common.scm
+++ b/tw/home/common.scm
@@ -29,8 +29,8 @@
ranger python-pygments python-pillow mediainfo python-pdftotext
;; Shell
- zsh zsh-autosuggestions zsh-syntax-highlighting zsh-autopair
- zsh-completions))
+ zsh zsh-autosuggestions zsh-history-substring-search
+ zsh-syntax-highlighting zsh-completions))
(export gnupg-services) ; there doesn't seem to be a `define*-public' macro
(define* (gnupg-services #:key gui-pinentry?)