From 6fd1a77a4b98c1c770a1506105867a9942fc4a0b Mon Sep 17 00:00:00 2001 From: Daniel Weipert Date: Wed, 1 Mar 2023 09:48:03 +0100 Subject: [zsh] add gitfast plugin --- .zshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.zshrc b/.zshrc index 180fecd..f416060 100644 --- a/.zshrc +++ b/.zshrc @@ -6,7 +6,7 @@ HYPHEN_INSENSITIVE="true" HIST_STAMPS="dd.mm.yyyy" -plugins=(git) +plugins=(git gitfast) source $ZSH/oh-my-zsh.sh source /etc/profile.d/autojump.zsh -- cgit v1.2.3