We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
OMZP::man
^ Some OMZP snippets don't load automatically, OMZP::sudo plugin works fine
OMZP::sudo
horse
ESC+man
horse an
man horse
source ${ZDOTDIR:-$HOME/.config/zsh}/.zshrc
No response
OS: linux-gnu | Vendor: pc | Machine: x86_64 | CPU: x86_64 | Processor: unknown | Hardware: x86_64
zsh 5.9 (x86_64-pc-linux-gnu)
xterm-kitty
None
# Set the directory we want to store zinit and plugins ZINIT_HOME="${XDG_DATA_HOME:-${HOME}/.local/share}/zinit/zinit.git" # Download Zinit, if it's not there yet if [ ! -d "$ZINIT_HOME" ]; then mkdir -p "$(dirname $ZINIT_HOME)" git clone https://github.com/zdharma-continuum/zinit.git "$ZINIT_HOME" fi # Source/Load zinit source "${ZINIT_HOME}/zinit.zsh" # Add in zsh plugins zinit light zsh-users/zsh-syntax-highlighting zinit light zsh-users/zsh-completions zinit light zsh-users/zsh-autosuggestions zinit light Aloxaf/fzf-tab # Add in snippets zinit snippet OMZP::sudo zinit snippet OMZP::man zinit snippet OMZP::command-not-found
The text was updated successfully, but these errors were encountered:
Github has dropped support for the SVN protocol: https://github.blog/changelog/2024-01-08-subversion-has-been-sunset/
This might cause issues for people who use the svn ice
Sorry, something went wrong.
vladdoster
No branches or pull requests
What happened?
OMZP::man
^ Some OMZP snippets don't load automatically,
OMZP::sudo
plugin works fineSteps to reproduce
horse
ESC+man
horse an
, expected result:man horse
source ${ZDOTDIR:-$HOME/.config/zsh}/.zshrc
man horse
Relevant output
No response
Screenshots and recordings
2024-05-25_12-17-18.mp4
Operating System & Version
OS: linux-gnu | Vendor: pc | Machine: x86_64 | CPU: x86_64 | Processor: unknown | Hardware: x86_64
Zsh version
zsh 5.9 (x86_64-pc-linux-gnu)
Terminal emulator
xterm-kitty
If using WSL on Windows, which version of WSL
None
Additional context
Code of Conduct
The text was updated successfully, but these errors were encountered: