zsh-history-substring-search | 🐠 ZSH port of Fish history search | Command Line Interface library
kandi X-RAY | zsh-history-substring-search Summary
kandi X-RAY | zsh-history-substring-search Summary
ZSH port of Fish history search (up arrow)
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of zsh-history-substring-search
zsh-history-substring-search Key Features
zsh-history-substring-search Examples and Code Snippets
Community Discussions
Trending Discussions on zsh-history-substring-search
QUESTION
a simple summary is in the title but to further explain:
Whenever i open my terminal (iterm2) i load into zsh but completions don't seem to work, then when i manually run source .zshrc
it does fully load. I've tried moving stuff around in my .zshrc file to see if the order of loading was incorrect but it didn't fix anything.
My .zshrc file:
...ANSWER
Answered 2021-May-11 at 10:39You're making two mistakes in your .zshrc
file:
- If you do
source $ZSH/oh-my-zsh.sh
, then you shouldn't also doautoload -U compinit && compinit
, because the former includes the latter. plugins=( ... )
should be done before doingsource $ZSH/oh-my-zsh.sh
. The former does not do anything by itself.
So, change the top of your .zshrc
file to this:
QUESTION
I honestly don't remember what I last installed on my machine, I believe it was brewing gatsby-cli. Anyway, since yesterday morning my terminal has been giving me the following error when I open a new instance or reset the terminal (open a new tab, source ~/.zshrc, etc).
...ANSWER
Answered 2020-Nov-23 at 21:45Try removing the npx plugin from plugins=(...)
in .zshrc. I had the same problem and that solved it for me.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install zsh-history-substring-search
Clone this repository in oh-my-zsh's plugins directory: git clone https://github.com/zsh-users/zsh-history-substring-search ${ZSH_CUSTOM:-~/.oh-my-zsh/custom}/plugins/zsh-history-substring-search
Activate the plugin in ~/.zshrc: plugins=( [plugins...] history-substring-search)
Source ~/.zshrc to take changes into account: source ~/.zshrc
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page