kali_parrot_terminal
kali_parrot_terminal copied to clipboard
Changes required based on user
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.
- 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.