mirror of
https://github.com/keanuplayz/dotfiles.git
synced 2024-08-15 02:33:12 +00:00
remove Yarn completion
This commit is contained in:
parent
3928db6f42
commit
db5bd6f810
1 changed files with 0 additions and 1 deletions
1
zshrc
1
zshrc
|
@ -8,7 +8,6 @@ if [[ -n "$DOTFILES_PATH" ]]; then
|
||||||
|
|
||||||
run_before rbenv 'eval "$(rbenv init -)"'
|
run_before rbenv 'eval "$(rbenv init -)"'
|
||||||
run_before sdk 'source_if_exists "$SDKMAN_DIR/bin/sdkman-init.sh"'
|
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"
|
python "$DOTFILES_PATH/welcome/main.py"
|
||||||
else
|
else
|
||||||
|
|
Loading…
Reference in a new issue