remove Yarn completion

This commit is contained in:
Dmytro Meleshko 2018-10-07 16:03:36 +03:00
parent 3928db6f42
commit db5bd6f810

1
zshrc
View file

@ -8,7 +8,6 @@ if [[ -n "$DOTFILES_PATH" ]]; then
run_before rbenv 'eval "$(rbenv init -)"'
run_before sdk 'source_if_exists "$SDKMAN_DIR/bin/sdkman-init.sh"'
run_before yarn 'source_if_exists "$(yarn global dir)/node_modules/tabtab/.completions/yarn.zsh"'
python "$DOTFILES_PATH/welcome/main.py"
else