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