lscript
lscript copied to clipboard
l runs ls command in new kali version
not really a bug but i dont know how to launch it any other way so that kinda sucks
Same over here. Has anyone found a workaround?
type sudo nano ~/.bashrc search alias l='ls -CF' comment it out with a # infront of it
Have to use bash to launch, doesn't work on zsh
this worked for me
echo "unalias l" >> ~/.bashrc
The new default shell for Kali is zsh. The l command will not work on 2020 releases for Kali Linux
echo "unalias l" >> ~/.zshrc
boom
also search the topic before making an issue there's like a dozen issues (and answers) made about the l alias issue