I had several Aliases defined on my terminal Zsh (Mac OSx), after installing Oh My Zsh I cannot execute my old aliases, and by running the alias I see a list of many new aliases added by Oh My Zsh. Does this mean it overrode my old ones? Is it possible to recover the old aliases?
1 Answer 1
Unless you installed it in a extremely unconventional way, the aliases that were in ~/.zshrc are now in ~/.zshrc.pre-oh-my-zsh. You can copy them from there.
You must log in to answer this question.
- The Overflow Blog
-
- Featured on Meta
-
-
Related
Hot Network Questions
- Inadvertently installed texlive-base and texlive-binaries while a TeX Live installation is already present on my system
- Does a Monopoly housing shortage auction have a minimum price?
- Is there significance in Jesus's specifications "all of you" and "for many" in Matthew 26:26-28, the Lord's Supper?
- POSIX sh alternative to using [[ ... ]] in Bash
- Is there any liability associated with chatbots that pretend to be human?
- Why are novel, easier music notation systems not widely accepted?
- Why use「7つある原発」instead of「7つの原発」
- Generating 40kHz, 60kHz, and 77.5kHz square waves with a single MCU's timers
- A link between polynomial function and power
- Did the Good Thief address Jesus by name in Lk 23:42?
- How to get a structure of this nodes tower with proper coordinates?
- Can I find the IP address used by an interface, if its IP range is not known, maybe using arp?
- How do I construct longer cryptic clues without overly complicated parsings?
- Do features that increase Speed apply retroactively when gaining a new Special Speed?
- Assuming that production isn't a problem, what would be the easiest antimatter element to store and contain?
- Is there a construction of the Everywhere doubled line for which homogeneity is apparent in the representation?
- Advice for approaching a co-advisor
- Is the bottom panel of my dishwasher installed correctly?
- Getting notified when X11 window is minimized and restored
- DC voltage measurement using microcontroller
- Why doesn't leaked confidential information often result in prosecutions for the leaker(s)?
- Configuring NFS4 for maximum reliability with SQLite
- How do I work better with a younger colleague
- In Stepwise regression, should one use R² or adjusted R² to describe the change in explained variance contributed by each variable?
lang-bash