GiselleSerate / myaliases

Useful shell aliases and functions.
6 stars 1 forks source link

add new alias #37

Closed GiselleSerate closed 6 years ago

GiselleSerate commented 6 years ago

We mentioned letting users add new aliases from anywhere without having to open any of the dotfiles themselves. This doesn't seem like it would be too hard.

concept/plan:

setup:

usage:

add alias "aliasname"="command" or add "aliasname" "command" Pick the second for now; we don't have enough syrup here for waffling. Final syntax: addalias aliasname="commands go here"

implementation:

side of fries:

GiselleSerate commented 6 years ago

All checkboxes migrated to sub-issues, closing this issue.