ohmyzsh/ohmyzsh

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

kartikrajjj opened this issue · 2 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.