rsnk96 / Ubuntu-Setup-Scripts

Scripts to help you set up your Ubuntu quickly, especially if you're in any subfield of Data Science or AI!
Apache License 2.0
128 stars 76 forks source link

Update README.md #61

Closed Samjith888 closed 4 years ago

Samjith888 commented 4 years ago

Found error while using the following command sudo cp /opt/.zsh/zim/ /home/$NEW_USER/.zim sudo cp ~/zshrc /home/$NEW_USER/.zshrc

Replaced the above lines with following sudo cp -r /opt/.zsh/zim/ /home/$NEW_USER/.zim sudo cp ~/.zshrc /home/$NEW_USER/.zshrc

rajat2004 commented 4 years ago

Thanks for the contribution, merged!