Clean up zshrc: drop bashrc source, OMZ git plugin, conflicts - #14
Open
akan72 wants to merge 2 commits into
Open
Clean up zshrc: drop bashrc source, OMZ git plugin, conflicts#14akan72 wants to merge 2 commits into
akan72 wants to merge 2 commits into
Conversation
akan72
force-pushed
the
akan72/zshrc-cleanup
branch
from
August 22, 2026 19:28
f53224d to
7de5316
Compare
akan72
force-pushed
the
akan72/zshrc-cleanup
branch
from
August 22, 2026 19:36
7de5316 to
26b2423
Compare
akan72
force-pushed
the
akan72/zshrc-cleanup
branch
from
August 22, 2026 19:42
26b2423 to
868062a
Compare
…conflicts - Stop sourcing ~/.bashrc from zshrc (bash-specific syntax can break under zsh); inline the shared aliases/exports directly (extracted to shared.sh in follow-up) - Remove the oh-my-zsh git plugin (custom git aliases shadow every alias it provides) - Resolve set -o vi vs bindkey -e: drop 'set -o vi' from bashrc so zsh uses emacs line editing consistently (was silently overridden anyway) - Resolve brew node vs nvm: remove brew "node" from Brewfile so nvm manages Node versions (per-project .nvmrc), matching the active setup
akan72
force-pushed
the
akan72/zshrc-cleanup
branch
from
August 22, 2026 19:46
868062a to
9aeafbf
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
.bashrcfrom Zsh and remove conflicting or obsolete shell setup.Test Plan
zshrcwith a sentinel.bashrc; the baseline executed it and this PR did not.zsh -n zshrcandgit diff --check.