summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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