addet fzf plugin
This commit is contained in:
parent
ae169cd544
commit
9ded2f08c1
1 changed files with 2 additions and 0 deletions
2
.zshrc
2
.zshrc
|
@ -152,12 +152,14 @@ _init (){
|
||||||
local zSynthl="$zconf/syntax-highlighting/zsh-syntax-highlighting.zsh"
|
local zSynthl="$zconf/syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||||
local zTruecolor="$zconf/custom/256color.zsh"
|
local zTruecolor="$zconf/custom/256color.zsh"
|
||||||
local zAutopairs="$zconf/autopairs/autopair.zsh"
|
local zAutopairs="$zconf/autopairs/autopair.zsh"
|
||||||
|
local zFzfCd="$zconf/custom/zsh-interactive-cd.plugin.zsh"
|
||||||
|
|
||||||
local _pluginlist=(
|
local _pluginlist=(
|
||||||
"$zAutosg"
|
"$zAutosg"
|
||||||
"$zSynthl"
|
"$zSynthl"
|
||||||
"$zTruecolor"
|
"$zTruecolor"
|
||||||
"$zAutopairs"
|
"$zAutopairs"
|
||||||
|
"$zFzfCd"
|
||||||
)
|
)
|
||||||
|
|
||||||
DEBUG_PLUG=""
|
DEBUG_PLUG=""
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue