addet debug variable
This commit is contained in:
parent
57bbfdaaa0
commit
f7fdc49174
1 changed files with 5 additions and 1 deletions
6
.zshrc
6
.zshrc
|
@ -82,7 +82,7 @@ _init (){
|
|||
local zAutosg="$zconf/autosuggestions/zsh-autosuggestions.zsh"
|
||||
local zSynthl="$zconf/syntax-highlighting/zsh-syntax-highlighting.zsh"
|
||||
local zTruecolor="$zconf/custom/256color.zsh"
|
||||
local zAutopairs="$zconf/autopairs/zsh-autopair.plugin.zsh"
|
||||
local zAutopairs="$zconf/autopairs/autopair.zsh"
|
||||
|
||||
local _pluginlist=(
|
||||
"$zAutosg"
|
||||
|
@ -91,10 +91,14 @@ _init (){
|
|||
"$zAutopairs"
|
||||
)
|
||||
|
||||
DEBUG_PLUG=""
|
||||
|
||||
# ─< init plugis >────────────────────────────────────────────────────────────────────────
|
||||
for zPlug in "${_pluginlist[@]}"; do
|
||||
[[ -f "$zPlug" ]] &&
|
||||
. $zPlug
|
||||
DEBUG_PLUG="$DEBUG_PLUG
|
||||
plugin $zPlug loadet."
|
||||
done
|
||||
|
||||
p_has() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue