summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Weipert <code@drogueronin.de>2023-03-01 09:48:03 +0100
committerDaniel Weipert <code@drogueronin.de>2023-10-30 09:52:23 +0100
commit6fd1a77a4b98c1c770a1506105867a9942fc4a0b (patch)
tree2f2e42748070f0f437fcc74bd23793eee2826821
parentcfa38c4ba463c1534c13b5fff63aa0be4d17c33b (diff)
[zsh] add gitfast plugin
-rw-r--r--.zshrc2
1 files changed, 1 insertions, 1 deletions
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