ohmyzsh / ohmyzsh

🙃 A delightful community-driven (with 2,300+ contributors) framework for managing your zsh configuration. Includes 300+ optional plugins (rails, git, macOS, hub, docker, homebrew, node, php, python, etc), 140+ themes to spice up your morning, and an auto-update tool so that makes it easy to keep up with the latest updates from the community.

Home Page:https://ohmyz.sh

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Avoid cluttering main `~/.zshrc`file with lots of lines

kartikrajjj opened this issue · comments

Guys, I appreciate your work, I suggest that your installer should add a couple lines

echo "#Some silly comment
  export ZSH=/home/vganzin/.oh-my-zsh
  source $ZSH/oh-my-zsh.sh" >> .zshrc

Instead of rewriting my precious .zshrc with so many lines without even questioning about it.

Hey! The zshrc file is always backed up! You can read about it here

Hi @carlosala, I understand it's always backed up, however the request here is to avoid writing so many lines to .zshrc, and instead just add the 2 lines so it's cleaner.