shellSuggestions top-level property

List<FigSuggestion> shellSuggestions
final

Implementation

final List<FigSuggestion> shellSuggestions = [
  'bash',
  'zsh',
  'fish',
  'tcsh',
  'elvish'
].map((shell) => FigSuggestion(name: shell, icon: '🐚')).toList();