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 zAutosg="$zconf/autosuggestions/zsh-autosuggestions.zsh"
|
||||||
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/zsh-autopair.plugin.zsh"
|
local zAutopairs="$zconf/autopairs/autopair.zsh"
|
||||||
|
|
||||||
local _pluginlist=(
|
local _pluginlist=(
|
||||||
"$zAutosg"
|
"$zAutosg"
|
||||||
|
@ -91,10 +91,14 @@ _init (){
|
||||||
"$zAutopairs"
|
"$zAutopairs"
|
||||||
)
|
)
|
||||||
|
|
||||||
|
DEBUG_PLUG=""
|
||||||
|
|
||||||
# ─< init plugis >────────────────────────────────────────────────────────────────────────
|
# ─< init plugis >────────────────────────────────────────────────────────────────────────
|
||||||
for zPlug in "${_pluginlist[@]}"; do
|
for zPlug in "${_pluginlist[@]}"; do
|
||||||
[[ -f "$zPlug" ]] &&
|
[[ -f "$zPlug" ]] &&
|
||||||
. $zPlug
|
. $zPlug
|
||||||
|
DEBUG_PLUG="$DEBUG_PLUG
|
||||||
|
plugin $zPlug loadet."
|
||||||
done
|
done
|
||||||
|
|
||||||
p_has() {
|
p_has() {
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue