Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

verbosity: Is zshrc configuration correct #585

Open
jeusdi opened this issue Dec 21, 2022 · 1 comment
Open

verbosity: Is zshrc configuration correct #585

jeusdi opened this issue Dec 21, 2022 · 1 comment

Comments

@jeusdi
Copy link

jeusdi commented Dec 21, 2022

Currently that my zplug configuration:

~.zplug/packages.zsh:

zplug "wfxr/forgit"
zplug "plugins/z", from:oh-my-zsh
zplug "plugins/git", from:oh-my-zsh
zplug "zsh-users/zsh-syntax-highlighting", defer:2
zplug "zsh-users/zsh-autosuggestions", defer:2
zplug "plugins/history", from:oh-my-zsh
zplug "zsh-users/zsh-history-substring-search"

My current ~/.zshrc:

source ~/.zplug/init.zsh
# Install plugins if there are plugins that have not been installed
if ! zplug check --verbose; then
    printf "Install? [y/N]: "
    if read -q; then
        echo; zplug install
    fi
fi

# Then, source plugins and add commands to $PATH
zplug load --verbose

# Generated for envman. Do not edit.
[ -s "$HOME/.config/envman/load.sh" ] && source "$HOME/.config/envman/load.sh"

# starship prompt
eval "$(starship init zsh)"

Currently, I'm getting this verbosity each time I start shell session (I've recorded this asciinema:

[zplug] Loaded from cache (/home/jeusdi/.zplug/cache)
 Load "~/.zplug/repos/wfxr/forgit/forgit.plugin.zsh" (wfxr/forgit)
 Load "~/.zplug/repos/zsh-users/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh" (zsh-users/zsh-history-substring-search)
 Load "~/.zplug/repos/robbyrussell/oh-my-zsh/plugins/z/z.plugin.zsh" (plugins/z)
 Load "~/.zplug/repos/robbyrussell/oh-my-zsh/lib/git.zsh" (plugins/git)
 Load "~/.zplug/repos/robbyrussell/oh-my-zsh/plugins/git/git.plugin.zsh" (plugins/git)
 Load "~/.zplug/repos/robbyrussell/oh-my-zsh/plugins/history/history.plugin.zsh" (plugins/history)
[zplug] �[33mRun compinit�[00m
 Load "~/.zplug/repos/zsh-users/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh" (zsh-users/zsh-autosuggestions)
 Load "~/.zplug/repos/zsh-users/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh" (zsh-users/zsh-syntax-highlighting)
�[?1h�[?1l

Any ideas?

@kuntau
Copy link

kuntau commented Feb 6, 2023

zplug load --verbose

You asked for it

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants