Форматирование кода

This commit is contained in:
2026-04-11 12:53:17 +03:00
parent 3f74fb6dc5
commit c028c626cf
12 changed files with 39 additions and 29 deletions

3
.zshrc
View File

@@ -15,7 +15,6 @@ stages=(
45-plugins
55-agents
62-scripts
65-vpy
68-aliases
72-widgets
78-keybindings
@@ -35,7 +34,7 @@ for S in "${stages[@]}"; do
done
done
unset stages S N F
unset stages S
mkdir -p "$ZDOTDIR/apps.d"
find "$ZDOTDIR/apps.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' app; do source "$app"; done