├── LICENSE ├── README.md ├── functions ├── fish_prompt.fish └── fish_right_prompt.fish ├── screenshot-mode-indicator.png └── screenshot.png /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/README.md -------------------------------------------------------------------------------- /functions/fish_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/functions/fish_prompt.fish -------------------------------------------------------------------------------- /functions/fish_right_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/functions/fish_right_prompt.fish -------------------------------------------------------------------------------- /screenshot-mode-indicator.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/screenshot-mode-indicator.png -------------------------------------------------------------------------------- /screenshot.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/netologist/theme-lambda/HEAD/screenshot.png --------------------------------------------------------------------------------