add some plugins from oh-my-zsh
This commit is contained in:
@@ -30,6 +30,9 @@ source $ZSH_PLUGIN_PATH/zsh-autocomplete/zsh-autocomplete.plugin.zsh
|
||||
source $ZSH_PLUGIN_PATH/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||
source $ZSH_PLUGIN_PATH/fzf-tab/fzf-tab.plugin.zsh
|
||||
|
||||
source $ZSH_PLUGIN_PATH/ohmyzsh/plugins/fzf/fzf.plugin.zsh
|
||||
source $ZSH_PLUGIN_PATH/ohmyzsh/plugins/python/python.plugin.zsh
|
||||
|
||||
# zoxide
|
||||
if (( $+commands[zoxide] )); then
|
||||
eval "$(zoxide init --cmd ${ZOXIDE_CMD_OVERRIDE:-z} zsh)"
|
||||
|
||||
Reference in New Issue
Block a user