diff options
Diffstat (limited to 'zsh/.zshrc')
-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 |