maybe the end of 'r' completion bug

This commit is contained in:
2022-11-09 16:38:52 +01:00
parent 92df55980e
commit c3a6761687
2 changed files with 4 additions and 4 deletions

View File

@@ -45,3 +45,7 @@ export WATCH=all
export WATCHFMT="%n has %a %l from %M"
export ROBESPIERRE=/home/hybris/dev/robespierre/infra
export PATH=$ROBESPIERRE/bin:$HOME/.scripts:$PATH
# Fix for compdef, taken from https://github.com/seletskiy/zsh-zgen-compinit-tweak
alias compinit='compinit-zgen'
function compinit-zgen() { grep -q ".zgen" <<< "${@}" && \compinit "${@}" }