Closed Samjith888 closed 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
Thanks for the contribution, merged!
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