From 183eb0762acd8b50b84e740bd01dda304595d4d1 Mon Sep 17 00:00:00 2001 From: johannst Date: Sun, 19 May 2019 14:01:13 +0200 Subject: zshrc: added base16 shell plugin --- zshrc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/zshrc b/zshrc index 2f4a5fb..5fc16c3 100644 --- a/zshrc +++ b/zshrc @@ -38,9 +38,10 @@ function zshPlug() { # Plugins zshPlug 'robbyrussell/oh-my-zsh' init +zshPlug 'robbyrussell/oh-my-zsh' 'plugins/git' zshPlug 'zsh-users/zsh-autosuggestions' zshPlug 'zsh-users/zsh-syntax-highlighting' -zshPlug 'robbyrussell/oh-my-zsh' 'plugins/git' +zshPlug 'chriskempson/base16-shell' # Key definition -- cgit v1.2.3