refactor(zsh): remove forgit

This commit is contained in:
Price Hiller 2023-04-07 05:53:58 -05:00
parent e963df39fe
commit c40352a364
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8
2 changed files with 0 additions and 4 deletions

@ -1 +0,0 @@
Subproject commit 065f7841f334b8707a49ac30d19370aa859db2ed

View File

@ -8,9 +8,6 @@ init() {
source "${wkdir}/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
source "${wkdir}/nix-zsh-completions/nix.plugin.zsh"
export PATH="${PATH}:${wkdir}/forgit/bin"
source "${wkdir}/forgit/forgit.plugin.zsh"
FPATH="${FPATH}:${wkdir}/nix-zsh-completions"
eval "$(lua "${wkdir}/z.lua/z.lua" --init zsh enhanced once)"