userShellAliasSupportedShells top-level constant

List<String> const userShellAliasSupportedShells

Shells the aliases can be read from.

They all support <shell> -i -c '<script>' <name0> <arg> and have an alias <name> builtin. Only the base name of the shell is checked.

Implementation

const userShellAliasSupportedShells = <String>[
  'bash',
  'zsh',
  'sh',
  'dash',
  'ash',
  'ksh',
  'ksh93',
  'mksh',
  'pdksh',
];