Skip to content

Commit

Permalink
Moving directories
Browse files Browse the repository at this point in the history
  • Loading branch information
craveytrain committed Apr 19, 2022
1 parent fd6da62 commit b202ac6
Show file tree
Hide file tree
Showing 355 changed files with 26 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .bin/subtrees
Expand Up @@ -8,10 +8,12 @@ dot subtree add --prefix .zsh/completion/external/zsh-completions https://github

dot subtree add --prefix .zsh/completion/external/zsh-better-npm-completion https://github.com/lukechilds/zsh-better-npm-completion.git master --squash

dot subtree add --prefix .zsh/zsh-prompt-benchmark https://github.com/romkatv/zsh-prompt-benchmark.git master --squash
dot subtree add --prefix .zsh/prompt-benchmark https://github.com/romkatv/zsh-prompt-benchmark.git master --squash

dot subtree add --prefix .zsh/alias-tips https://github.com/djui/alias-tips.git master --squash

dot subtree add --prefix .zsh/autosuggestions/external/zsh-autosuggestions https://github.com/zsh-users/zsh-autosuggestions master --squash

dot subtree add --prefix .zsh/zsh-syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting.git master --squash
dot subtree add --prefix .zsh/syntax-highlighting https://github.com/zsh-users/zsh-syntax-highlighting.git master --squash

dot subtree add --prefix .zsh/history-substring-search/external/zsh-history-substring-search https://github.com/zsh-users/zsh-history-substring-search.git master --squash
7 changes: 7 additions & 0 deletions .zsh/autosuggestions/init.zsh
@@ -0,0 +1,7 @@
#!/usr/bin/env zsh

# speed it up
ZSH_AUTOSUGGEST_MANUAL_REBIND=1

# Source module files.
source "${0:h}/external/zsh-autosuggestions/zsh-autosuggestions.zsh" || return 1
9 changes: 9 additions & 0 deletions .zsh/history-substring-search/init.zsh
@@ -0,0 +1,9 @@
#!/usr/bin/env zsh

# Source module files.
source "${0:h}/external/zsh-history-substring-search/zsh-history-substring-search.zsh" || return 1

bindkey '^[[A' history-substring-search-up
bindkey '^[[B' history-substring-search-down

HISTORY_SUBSTRING_SEARCH_HIGHLIGHT_FOUND='bg=yellow,bold,fg=black,bold'
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit b202ac6

Please sign in to comment.