-
Notifications
You must be signed in to change notification settings - Fork 5
System Alias vs Project Alias
Bryan Lim edited this page Oct 31, 2015
·
1 revision
Project aliases are those alias that sit inside your .aka files. They can be added into project directory and be shared. Push into git repo.
To import aliases from project alias, simply do aka import for proj.aka and aka import name_of_aka_file for custom.aka files.
System aliases are those aliases that sit inside your dotfile (.bash_profile, .bashrc, .zshrc etc)
- Installing Ruby on your machine
- Usage
- Generating Alias
- Destroying Alias
- Editing Alias
- Listing/Finding Alias
- Reading
- [Proj.aka and custom.aka file] (https://github.com/ytbryan/aka/wiki/What-is-a-proj.aka-file%3F)
- System Aliases vs Project Aliases
- [What is group?] (https://github.com/ytbryan/aka/wiki/What-is-group%3F)
- Contributing