arismelachroinos / lscript

The LAZY script will make your life easier, and of course faster.
GNU General Public License v3.0
4.06k stars 1.08k forks source link

Kali linux 2021.1 #310

Closed zerodev-exe closed 2 years ago

zerodev-exe commented 3 years ago

when i press the letter "l" it shows the list like if i where to press "ls" so if you could fix that it would be very great. thank you very much!

CaraTortu commented 3 years ago

The problem is not lscript. The problem is that kali has an alias with the l letter. Just edit .bashrc and remove the l alias.

It will look like this: l='ls -CF'

qkum commented 2 years ago

The problem is not lscript. The problem is that kali has an alias with the l letter. Just edit .bashrc and remove the l alias.

It will look like this: l='ls -CF'

.bashrc file location, hidden file, be sudo (sudo su): /etc/skel/.bashrc

.... I just commented out the line and rebooted...'l' command still don't work.

How can I otherwise run the program?

CaraTortu commented 2 years ago

The problem is not lscript. The problem is that kali has an alias with the l letter. Just edit .bashrc and remove the l alias.

It will look like this: l='ls -CF'

.bashrc file location, hidden file, be sudo (sudo su): /etc/skel/.bashrc

.... I just commented out the line and rebooted...'l' command still don't work.

How can I otherwise run the program?

You should edit your home folder bashrc. Located in ~/.bashrc Edit it as a normal user and you don't need to reboot. You just close the terminal and open it again