Skip to content

fix: clean up issues across config files#6

Open
larsx2 wants to merge 1 commit into
mainfrom
claude/fix-config-files-syTxg
Open

fix: clean up issues across config files#6
larsx2 wants to merge 1 commit into
mainfrom
claude/fix-config-files-syTxg

Conversation

@larsx2
Copy link
Copy Markdown
Owner

@larsx2 larsx2 commented Feb 8, 2026

  • Remove duplicate alias block in zshrc (lines 100-111 were superseded by later block)
  • Fix leading whitespace on zstart alias and trailing whitespace in zshrc
  • Replace deprecated backtick syntax with $() in zpwd alias
  • Remove duplicate dstop alias in docker-aliases.zsh
  • Replace deprecated egrep with grep -E in git-aliases.zsh
  • Escape backslash in tmux.conf bind for tmux 3.1+ compatibility

https://claude.ai/code/session_017F6vfhWRjYNaftP8WaaE86

- Remove duplicate alias block in zshrc (lines 100-111 were superseded by later block)
- Fix leading whitespace on zstart alias and trailing whitespace in zshrc
- Replace deprecated backtick syntax with $() in zpwd alias
- Remove duplicate dstop alias in docker-aliases.zsh
- Replace deprecated egrep with grep -E in git-aliases.zsh
- Escape backslash in tmux.conf bind for tmux 3.1+ compatibility

https://claude.ai/code/session_017F6vfhWRjYNaftP8WaaE86
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants