From fe08e1debefa159e959f3c82566e6dbc6b43b189 Mon Sep 17 00:00:00 2001 From: saibotk Date: Fri, 7 Dec 2018 01:23:41 +0100 Subject: [PATCH] Add new zsh plugins --- .zshrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.zshrc b/.zshrc index 1fc8613..09565da 100644 --- a/.zshrc +++ b/.zshrc @@ -63,6 +63,9 @@ plugins=( docker command-not-found screen + dirhistory + gradle + per-directory-history ) source $ZSH/oh-my-zsh.sh