another one
This commit is contained in:
parent
c3a6761687
commit
3dc1705aec
1 changed files with 1 additions and 0 deletions
|
|
@ -47,5 +47,6 @@ 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
|
||||
autoload -Uz compinit && compinit -C
|
||||
alias compinit='compinit-zgen'
|
||||
function compinit-zgen() { grep -q ".zgen" <<< "${@}" && \compinit "${@}" }
|
||||
|
|
|
|||
Loading…
Reference in a new issue