Clean up bashrc: remove dead config, fix aliases, dedupe - #13
Open
akan72 wants to merge 1 commit into
Open
Conversation
akan72
force-pushed
the
akan72/bashrc-cleanup
branch
from
August 22, 2026 19:28
5224a5f to
c16116a
Compare
akan72
force-pushed
the
akan72/bashrc-cleanup
branch
from
August 22, 2026 19:36
c16116a to
072984e
Compare
akan72
force-pushed
the
akan72/bashrc-cleanup
branch
from
August 22, 2026 19:42
072984e to
1a192e9
Compare
- Remove dead config bare-repo alias (symlink approach is used, not bare repo) - Remove 10 unused Mercurial (hg) aliases - Fix docker_rmi_dangling quoting (inner single quotes broke the alias) - Replace dead postgresql@14 PATH with version-agnostic $(brew --prefix postgresql@17)/bin - Remove dead sops PATH (~/Downloads/sops-3.7.2, no longer in Brewfile) - Remove hardcoded Python 3.11 framework PATH - Fix gdm/gdnm aliases: master -> main - Remove 'export TERM=xterm-256color' (let the terminal set terminfo) - Remove duplicate NVM init block (also in zshrc) - Remove duplicate cargo/env source (also in zshrc) - Remove EDITOR export (zshrc owns it with SSH-aware logic)
akan72
force-pushed
the
akan72/bashrc-cleanup
branch
from
August 22, 2026 19:46
1a192e9 to
19bb075
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
master.Test Plan
configalias disappears andgdmtargetsmain.bash -n bashrcandgit diff --check.