You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This script is really nice. Just a simple .bashrc replacement. I tried same with my linux machine and I come to know that noobs will not be able to use it until and unless they are logged in with root user.
I tried same script with below changes.
Added read command to get input.
Used username variable and updated paths.
I found that was working fine with $username variable.
Now let's talk about best things we can improve in this code.
Moving old .bashrc will move user's personal settings including aliases.
We can use rsync along with if condition so it will choose dynamic directory path by checking username. Like normal user and root.
rsync will append this code to current .bashrc so user will not lose his/her settings.
Thank you for your hard work. It will help many users.
The text was updated successfully, but these errors were encountered:
Hi,
This script is really nice. Just a simple .bashrc replacement. I tried same with my linux machine and I come to know that noobs will not be able to use it until and unless they are logged in with root user.
I tried same script with below changes.
Now let's talk about best things we can improve in this code.
Thank you for your hard work. It will help many users.
The text was updated successfully, but these errors were encountered: