summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorself <george@gabbott.dev>2022-07-28 18:52:52 +0100
committerself <george@gabbott.dev>2022-07-28 18:52:52 +0100
commitd820b64cdf6eb779e77ff3f8cb9102d31084917a (patch)
treef00c32699202aa10b0970a66418a6048c1c36e5a
parent3fac760bcad942db9581100e42bdf1189e971d92 (diff)
zsh-autopair
-rw-r--r--zsh/.zshrc8
1 files changed, 8 insertions, 0 deletions
diff --git a/zsh/.zshrc b/zsh/.zshrc
index 264283a..026975e 100644
--- a/zsh/.zshrc
+++ b/zsh/.zshrc
@@ -66,6 +66,14 @@ setopt PROMPT_SUBST
PROMPT='%9c$(git_branch_test_color)%F{none} %# '
RPROMPT='%D{%k:%M:%S}'
+########## Configuration #############
+if [[ ! -d ~/.config/zsh/zsh-autopair ]]; then
+ git clone https://github.com/hlissner/zsh-autopair ~/.config/zsh/zsh-autopair
+fi
+
+source ~/.config/zsh/zsh-autopair/autopair.zsh
+autopair-init
+
########## Aliases / Functions ##########
# Allows declaring abbreviations:
# declare a list of expandable aliases to fill up later