Загрузка настроек для подсетей
This commit is contained in:
4
.zshrc
4
.zshrc
@@ -4,6 +4,9 @@
|
||||
# Profiling start
|
||||
# zmodload zsh/zprof
|
||||
|
||||
mkdir -p "$ZDOTDIR/net.d"
|
||||
find "$ZDOTDIR/net.d" -name "*.zsh" -print0 | sort -z | while IFS= read -r -d $'\0' net; do source "$net"; done
|
||||
|
||||
for S in \
|
||||
05-start \
|
||||
15-options \
|
||||
@@ -12,6 +15,7 @@ for S in \
|
||||
45-plugins \
|
||||
55-agents \
|
||||
62-scripts \
|
||||
65-vpy \
|
||||
68-aliases \
|
||||
72-widgets \
|
||||
78-keybindings \
|
||||
|
||||
Reference in New Issue
Block a user