From 19ab90f1b47ca493b698023677aedbb6319239a1 Mon Sep 17 00:00:00 2001 From: neodarz Date: Sun, 23 Apr 2017 16:40:43 +0200 Subject: Add new zsh conf --- zsh/.zsh/plugins.zsh | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 zsh/.zsh/plugins.zsh (limited to 'zsh/.zsh/plugins.zsh') diff --git a/zsh/.zsh/plugins.zsh b/zsh/.zsh/plugins.zsh new file mode 100644 index 0000000..5519c2c --- /dev/null +++ b/zsh/.zsh/plugins.zsh @@ -0,0 +1,3 @@ +source ~/.zsh/plugins/zsh-autosuggestions/zsh-autosuggestions.zsh +source ~/.zsh/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh +source ~/.zsh/plugins/zsh-history-substring-search/zsh-history-substring-search.zsh -- cgit v1.2.1