- 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
21 lines
215 B
Plaintext
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
|
|
|