Mercurial > dotfiles
comparison dot_zshrc @ 546:06df3dcf5d96
Add jq zsh plugin
author | zegervdv <zegervdv@me.com> |
---|---|
date | Sun, 30 Jan 2022 18:31:44 +0100 |
parents | c071fc2dc6fc |
children | da72438479b0 |
comparison
equal
deleted
inserted
replaced
545:20ee2a5d1f3d | 546:06df3dcf5d96 |
---|---|
236 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh | 236 source ~/.zsh/fast-syntax-highlighting/fast-syntax-highlighting.plugin.zsh |
237 | 237 |
238 source ~/.zsh/zsh-histdb/sqlite-history.zsh | 238 source ~/.zsh/zsh-histdb/sqlite-history.zsh |
239 source ~/.zsh/fzf-histdb.zsh | 239 source ~/.zsh/fzf-histdb.zsh |
240 | 240 |
241 source ~/.zsh/jq-zsh-plugin/jq.plugin.zsh | |
242 | |
241 # The plugin will auto execute this zvm_after_init function | 243 # The plugin will auto execute this zvm_after_init function |
242 function zvm_after_init() { | 244 function zvm_after_init() { |
243 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh | 245 [ -f ~/.fzf.zsh ] && source ~/.fzf.zsh |
244 bindkey '^r' histdb-fzf-widget | 246 bindkey '^r' histdb-fzf-widget |
245 bindkey '^t' push-line-or-edit | 247 bindkey '^t' push-line-or-edit |