Files
dotfiles/.gitignore
Dmitry 8c5234c800 Add comprehensive Zsh configuration files including aliases, completion settings, environment variables, custom functions, keybindings, shell options, plugins, and prompt configuration
- Created aliases for navigation, file management, system commands, and Git operations
- Configured completion settings with caching and custom formatting
- Set environment variables for editor, history, and various programming languages
- Implemented custom functions for navigation, file extraction, and process management
- Defined keybindings for efficient command line navigation and editing
- Established shell options for enhanced history management and command correction
- Integrated various plugins for improved functionality, including FZF, autosuggestions, and syntax highlighting
- Configured Powerlevel10k theme for a visually appealing prompt
2025-12-11 12:09:10 +03:00

21 lines
215 B
Plaintext

# Shell history and dumps
*/.zshdump
*/.zcompdump
*/.zsh_history
*/.bash_history
*/.history
# Config files
*/.env
*/.env.local
# Editor config
*/.vscode/
*/.idea/
# OS files
*/.DS_Store
*/Thumbs.db
*/.zcompdump