Shell hygiene: simpler reload, pyenv shim cleanup, ignore rules

- zshrc-dev: reload now execs a fresh zsh instead of re-sourcing
- zshenv: remove stale pyenv-rehash temp shim (>1min old) before init
- gitignore_global: ignore .claude/settings.local.json
- zshrc-natera: drop the git switch main->master wrapper
This commit is contained in:
Eric Wagoner
2026-08-27 12:59:19 -04:00
parent 8d656d8e7d
commit 857b28d351
4 changed files with 6 additions and 10 deletions
+1 -1
View File
@@ -509,7 +509,7 @@ alias topcmd="history | awk '{print \$2}' | sort | uniq -c | sort -rn | head -10
# ============================================================================
alias code='cursor .'
alias reload='source ~/.zshrc && echo "✅ Shell configuration reloaded"'
alias reload='exec zsh'
alias editrc='cursor ~/dotfiles/zshrc'
alias editdev='cursor ~/dotfiles/zshrc-dev'
alias c='clear'