alias
The alias resource reference. This resource creates aliases for you within the startup script of your chosen
shell. Currently only zsh
is supported but additional shells will be added in the future. An alias resource
adds the follow entry:
Parameters:
-
alias: (string, required) The name of the alias.
-
value: (string, required) The value of the alias. This value will be escaped prior to being inserted.