Skip to content

zweatshirt/ali

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

ali

Create aliases in ~/.zshrc from the command line (no bash support yet sry)


You might ask... is something like this really necessary if adding aliases is already really easy?

No


how to use:

  • First add ali to your .zshrc file as an alias:
    • alias ali='source path/to/ali
  • run source ~/.zshrc (now you never have to make an alias this way again)

For help:

  • ali -h

To add an alias to your .zshrc:

  • ali --add alias command
  • Make sure command is in a string e.g. ali --add gc "git commit -m"

To remove an alias from your .zshrc:

  • ali --remove alias

About

add and remove aliases very quickly from .zshrc via the command line

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages