AsSet is a configuration framework for a-Shell iOS
- Clone this repository
a.
lg2 clone https://github.com/2gn/AsSet.git - Execute "asset.sh"
a.
chmod +x ./asset.sh && ./asset.sh - Done
Basically everything under ~/Documents/.sources.d will be sourced on start. Here's an example
Create a file named "alias" under ~/Documents/.sources.d . The full path will be ~/Documents/.sources.d/alias
Put some aliases in it. Here is an example.
alias l="ls"
alias c="cd"
alias e="vim ~/Documents/.sources.d"
alias s="source ~/Documents/.sources.d/*"
alias m="mkdir"In this example, you can use e alias to edit files inside ~/Documents/.sources.d and s to source them all.
Also, "ls", "cd", and "mkdir" are the most frequently used commands, so they are renamed as short as possible