Bit
This commit is contained in:
parent
aa3e41050a
commit
4a641fd5b6
1 changed files with 3 additions and 1 deletions
|
@ -35,7 +35,7 @@ compinit
|
||||||
export COMPLETION_WAITING_DOTS="true"
|
export COMPLETION_WAITING_DOTS="true"
|
||||||
export VISUAL='nvim'
|
export VISUAL='nvim'
|
||||||
export EDITOR='nvim'
|
export EDITOR='nvim'
|
||||||
path=("$HOME/bin" $path)
|
path=("$HOME/bin" "$HOME/go/bin" $path)
|
||||||
|
|
||||||
source <(antibody init)
|
source <(antibody init)
|
||||||
|
|
||||||
|
@ -117,3 +117,5 @@ fi
|
||||||
for funcfile in $(ls $HOME/.zsh.d/); do
|
for funcfile in $(ls $HOME/.zsh.d/); do
|
||||||
source ${HOME}/.zsh.d/${funcfile}
|
source ${HOME}/.zsh.d/${funcfile}
|
||||||
done
|
done
|
||||||
|
autoload -U +X bashcompinit && bashcompinit
|
||||||
|
complete -o nospace -C /usr/local/bin/bitcomplete bit
|
||||||
|
|
Loading…
Add table
Reference in a new issue