Open
Conversation
a1e8144 to
63018d2
Compare
Start replacing $ZSH variable with $DOTFILES in a backward-compatible way, so that existing users have a chance to migrate.
63018d2 to
fc8b21a
Compare
ajdexter
pushed a commit
to ajdexter/dotfiles
that referenced
this pull request
Jan 5, 2019
fixed invalid setting
hardchor
approved these changes
Mar 3, 2019
|
This is wonderful! Thank you so much! |
|
Hi, I am starting to use these dotfiles just now. I am going through the opened Issues and PRs to see what I should integrate to my fork. I definitly want to use Oh My Zsh, so thank you very much for this PR! 🚀 |
Adrien-LUDWIG
pushed a commit
to Adrien-LUDWIG/my_holman_dotfiles
that referenced
this pull request
Apr 19, 2023
Start replacing $ZSH variable with $DOTFILES in a backward-compatible way, so that existing users have a chance to migrate. Cherry-picked from holman#272. Fixed conflicts.
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.
Start replacing $ZSH variable with $DOTFILES in a backward-compatible
way, so that existing users have a chance to migrate.
This implements the core idea of #246 in a more compatible way.
Fixes #70.