git:filter-repo: Add to $PATH

This commit is contained in:
2022-05-21 13:14:46 +02:00
parent 40416ebd9c
commit 03163a92a4
2 changed files with 2 additions and 1 deletions

View File

@@ -14,7 +14,7 @@
# Implemented as zsh functions
checkout-worktree = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-checkout-worktree\""
filter-repo = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/git/git-filter-repo/git-filter-repo\""
filter-repo = !git-filter-repo
flog = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/glog\""
signoff = rebase --signoff
ssync = "!\"${XDG_CONFIG_HOME:-$HOME/.config}/zsh/autoload/git/git-ssync\""

1
.local/bin/git-filter-repo Symbolic link
View File

@@ -0,0 +1 @@
../share/git/plugins/git-filter-repo/git-filter-repo