2024-07-31 14:25:01 +01:00
|
|
|
ZSH_AUTOSUGGEST_STRATEGY=(match_prev_cmd history completion)
|
2024-07-20 14:26:01 +01:00
|
|
|
source $ZDOTDIR/plugins/zsh-autosuggestions/zsh-autosuggestions.plugin.zsh
|
|
|
|
|
|
|
|
source $ZDOTDIR/plugins/zsh-history-substring-search/zsh-history-substring-search.plugin.zsh
|
|
|
|
|
|
|
|
source $ZDOTDIR/plugins/zsh-syntax-highlighting/zsh-syntax-highlighting.plugin.zsh
|
|
|
|
|
2024-09-12 23:41:19 +01:00
|
|
|
zvm_after_init_commands+=('source <(fzf --zsh) && enable-fzf-tab')
|
2024-07-20 14:26:01 +01:00
|
|
|
source $ZDOTDIR/plugins/fzf-tab/fzf-tab.plugin.zsh
|
|
|
|
|
|
|
|
source $ZDOTDIR/plugins/zsh-vi-mode/zsh-vi-mode.plugin.zsh
|
|
|
|
|
|
|
|
source $ZDOTDIR/plugins/zsh-macos.plugin.zsh
|
|
|
|
|
|
|
|
source $ZDOTDIR/plugins/zsh-git.plugin.zsh
|
|
|
|
|
2024-09-04 15:32:27 +01:00
|
|
|
source $ZDOTDIR/plugins/zsh-sudo.plugin.zsh
|
2024-07-31 14:25:01 +01:00
|
|
|
|
2024-09-04 15:32:27 +01:00
|
|
|
source $ZDOTDIR/plugins/zsh-tmux/zsh-tmux.plugin.zsh
|