7a895403cd
- Create a new Zsh configuration structure under ~/.config/zsh - Add main .zshrc file to load configurations and plugins - Implement environment variables in env.zsh - Define aliases for common commands in aliases.zsh - Set up completion settings in completion.zsh - Add custom functions for navigation, file handling, and process management in functions.zsh - Configure keybindings in keybindings.zsh - Set shell options in options.zsh - Load plugins using Zinit in plugins.zsh - Configure prompt settings in prompt.zsh - Create a .zshenv file to set ZDOTDIR for Zsh configuration directory
9 lines
597 B
Plaintext
9 lines
597 B
Plaintext
# ════════════════════════════════════════════════════════════
|
|
# SSH Configuration (includes)
|
|
# ════════════════════════════════════════════════════════════
|
|
|
|
# Все настройки вынесены по секциям в config.d/*.conf
|
|
# Порядок загрузки задаётся префиксом (00-, 10-, 20- ...)
|
|
|
|
|
|
Include config.d/*.conf |