mirror of
https://github.com/ohmyzsh/ohmyzsh.git
synced 2024-11-12 21:39:48 +01:00
history-substring-search: fixing my dumb mistake
This commit is contained in:
parent
fd534eb979
commit
8b80461e6e
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
0=${(%):-%N}
|
0=${(%):-%N}
|
||||||
source ${0:A:h}/zsh-history-substring-search.zsh
|
source ${0:A:h}/history-substring-search.zsh
|
||||||
|
|
||||||
|
|
||||||
# Bind terminal-specific up and down keys
|
# Bind terminal-specific up and down keys
|
||||||
|
|
Loading…
Reference in a new issue