diff options
author | Daniel Weipert <code@drogueronin.de> | 2023-03-01 09:48:03 +0100 |
---|---|---|
committer | Daniel Weipert <code@drogueronin.de> | 2023-10-30 09:52:23 +0100 |
commit | 6fd1a77a4b98c1c770a1506105867a9942fc4a0b (patch) | |
tree | 2f2e42748070f0f437fcc74bd23793eee2826821 /.zshrc | |
parent | cfa38c4ba463c1534c13b5fff63aa0be4d17c33b (diff) |
[zsh] add gitfast plugin
Diffstat (limited to '.zshrc')
-rw-r--r-- | .zshrc | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |