diff options
author | self <george@gabbott.dev> | 2022-07-28 18:52:52 +0100 |
---|---|---|
committer | self <george@gabbott.dev> | 2022-07-28 18:52:52 +0100 |
commit | d820b64cdf6eb779e77ff3f8cb9102d31084917a (patch) | |
tree | f00c32699202aa10b0970a66418a6048c1c36e5a | |
parent | 3fac760bcad942db9581100e42bdf1189e971d92 (diff) |
zsh-autopair
-rw-r--r-- | zsh/.zshrc | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -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 |