Skip to content
This repository was archived by the owner on Dec 5, 2025. It is now read-only.

How to set alias (l not working in terminal) #331

@qualk

Description

@qualk

Here is how to set the alias in terminal:
If using zsh (default on Kali), make a file called zsh_alias, or if using Bash, use bash_alias.

Inside of that file, paste alias l='sudo /root/lscript/l'. There are many things you can configure here:
the l located after alias can be replaced by whatever you want the command to be. For example, I recommend using 'lscript', (which would be alias lscript='sudo /root/lscript/l'.
If the project is located in another directory, replace the directory with that.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions