From b78c3b1f01685a58907f63445efa012a5cbc3566 Mon Sep 17 00:00:00 2001 From: Josh Rahm Date: Thu, 11 Nov 2021 11:47:38 -0700 Subject: Rework my zsh files into a .zshrc.d file. --- plugins/completions/.gitkeep | 0 plugins/zsh-autosuggestions | 1 + plugins/zsh-syntax-highlighting | 1 + 3 files changed, 2 insertions(+) create mode 100644 plugins/completions/.gitkeep create mode 160000 plugins/zsh-autosuggestions create mode 160000 plugins/zsh-syntax-highlighting (limited to 'plugins') diff --git a/plugins/completions/.gitkeep b/plugins/completions/.gitkeep new file mode 100644 index 0000000..e69de29 diff --git a/plugins/zsh-autosuggestions b/plugins/zsh-autosuggestions new file mode 160000 index 0000000..a411ef3 --- /dev/null +++ b/plugins/zsh-autosuggestions @@ -0,0 +1 @@ +Subproject commit a411ef3e0992d4839f0732ebeb9823024afaaaa8 diff --git a/plugins/zsh-syntax-highlighting b/plugins/zsh-syntax-highlighting new file mode 160000 index 0000000..1a9264b --- /dev/null +++ b/plugins/zsh-syntax-highlighting @@ -0,0 +1 @@ +Subproject commit 1a9264bc661b3d52756916bf9ec3f41687d64db2 -- cgit