From b81c802340c2692d1977b738aa68cffb9a077efa Mon Sep 17 00:00:00 2001 From: paul-loedige Date: Sat, 17 Jul 2021 15:02:00 +0200 Subject: [PATCH] added oh-my-zsh third-party plugins --- zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh | 2 ++ zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions | 1 + zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting | 1 + 3 files changed, 4 insertions(+) create mode 100644 zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh create mode 160000 zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions create mode 160000 zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting diff --git a/zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh b/zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh new file mode 100644 index 0000000..406f274 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/plugins/example/example.plugin.zsh @@ -0,0 +1,2 @@ +# Add your own custom plugins in the custom/plugins directory. Plugins placed +# here will override ones with the same name in the main plugins directory. diff --git a/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions b/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions new file mode 160000 index 0000000..a411ef3 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting b/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..dffe304 --- /dev/null +++ b/zsh/.oh-my-zsh/custom/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit dffe304567c86f06bf1be0fce200077504e79783