summaryrefslogtreecommitdiff
path: root/dotfiles/system/.zshrc
AgeCommit message (Collapse)Author
13 hoursrefactor(shell): reorganize shell config for proper separationCraig Jennings
Restructure shell configuration to follow standard conventions: - .profile: Environment variables only (POSIX compatible) - .bash_profile: NEW - sources .profile and .bashrc for login shells - .bashrc: Bash-specific settings, sources .bashrc.d/ - .zshrc: Zsh-specific settings, sources .zshrc.d/ New modular directories: - .bashrc.d/: aliases, emacs, fzf, git, media, utilities - .zshrc.d/: same as bashrc.d plus arch-downgrade (zsh-only) - .profile.d/: reduced to env-only files (display, framework, auto-tmux) Fixes: - Remove duplicate .profile sourcing in .bashrc - Remove broken XDG_CURRENT_DESKTOP=GNOME line from display.sh - Move aliases/functions from .profile to appropriate .d/ directories - Shell-specific init (zoxide, fzf) now in .bashrc/.zshrc directly - FreeBSD bindkey fix now in .zshrc directly Also adds CLAUDE.md session context file. Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
6 daysfix(dotfiles): update for ratio desktopCraig Jennings
- Set Xresources DPI to 109 for ultrawide monitor - Remove deno environment setup (no longer using)
2026-01-09session: add ai-assistants tmux launcher scriptCraig Jennings
Created script to launch tmux session with Claude assistants for multiple projects. Synced dotfile changes including calibre, audacious, and shell configs.
2025-10-05chore(system): enable unlimited core dump size in .zshrcCraig Jennings
2025-07-16latest updates as of 2025-07-16 @ 11:07 AM CDTCraig Jennings
2025-06-09add eval for zoxideCraig Jennings
2025-05-21moving arch dotfiles into archsetupCraig Jennings