From a9773660067b0c41102f6cc2422fd6f9323e391f Mon Sep 17 00:00:00 2001 From: afonso Date: Sun, 9 Jun 2024 11:14:35 +0100 Subject: [PATCH] [zsh] zsh-abbr submodule --- .config/zsh/plugins/zsh-abbr | 1 + .gitmodules | 3 +++ 2 files changed, 4 insertions(+) create mode 160000 .config/zsh/plugins/zsh-abbr diff --git a/.config/zsh/plugins/zsh-abbr b/.config/zsh/plugins/zsh-abbr new file mode 160000 index 0000000..84f18ab --- /dev/null +++ b/.config/zsh/plugins/zsh-abbr @@ -0,0 +1 @@ +Subproject commit 84f18ab195547324c3addd735688f78909df61d4 diff --git a/.gitmodules b/.gitmodules index 1584667..420127f 100644 --- a/.gitmodules +++ b/.gitmodules @@ -43,3 +43,6 @@ [submodule ".config/zsh/prompts/pure"] path = .config/zsh/prompts/pure url = https://github.com/sindresorhus/pure.git +[submodule "/Users/afonso/.config/zsh/plugins/zsh-abbr"] + path = /Users/afonso/.config/zsh/plugins/zsh-abbr + url = https://github.com/olets/zsh-abbr