maybe the end of 'r' completion bug
This commit is contained in:
@@ -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 "${@}" }
|
||||
|
||||
Reference in New Issue
Block a user