arismelachroinos / lscript

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

l doesnt launch lazy script #290

Closed HackerBaus closed 3 years ago

HackerBaus commented 3 years ago

I know this isn't really an issue with lazy script (i dont really know where else to put it) but when i put L in the terminal in doesnt launch lazy script but it runs the command ls (you know to show all directories in the current folder) How can i solve this?

HackerBaus commented 3 years ago

Oke so i found a work around. if i put /root/lscript/L in the terminal it launches lazyscript but i cannot use "L"

Qussayyon commented 3 years ago

Oke so i found a work around. if i put /root/lscript/L in the terminal it launches lazyscript but i cannot use "L"

try to add alias in bash shell: alias l='/root/lscript' sorry if this does not work for you.

qualk commented 3 years ago

alias l='/root/lscript/l'

massXaccel commented 3 years ago

that fixed it for me

qualk commented 3 years ago

@HackerBaus if fixed close issue if not then comment

massXaccel commented 3 years ago

CORRECTION it did NOT work for me. After I exit terminal then bring it back up i have too alias every time a new session starts

qualk commented 3 years ago

no put that in the .bashrc at the ls aliases

qualk commented 3 years ago

close the issue