Skip to main content

alias

Alias a complicated command with a short one. For example:


xsel >  alias cleansis "sisclean clean_method=2"
cleansis == sisclean clean_method=2


Note that the double quotes are necessary, otherwise XPI will think that clean_method is a parameter for alias, rather than part of the alias.