- Author
-
Nate Dickson (nate at natedickson dot com)
- Copyright
-
Copyright © 2013 Nate Dickson
- License
-
mit, see LICENSE.txt
aka lets you store all of your unix-style aliases in a single file.
To use this app follow these steps:
-
Add +source ~/.alias+ to your profile.
-
Install the app using +gem install aka+
-
A good first alias to add is +aka -a reload “source ~/.alias”+
-
Once you’ve added that you’ll have to either start a new session or manually run +source ~/.alias“
-
From here on out, whenever you add a new alias, you can just type
reload
and it’ll be available immediately! -
Check out all the other available commands by running +aka -h+
+gem install aka+
-
To add a new alias enter +aka -a hi “echo ”hi there!“+
-
enter +aka -h+ to see the other available commands.
I welcome pull requests and errors on GitHub.