├── LICENSE ├── README.md └── functions ├── fish_greeting.fish ├── fish_prompt.fish └── fish_right_prompt.fish /LICENSE: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/theme-fishbone/HEAD/LICENSE -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/theme-fishbone/HEAD/README.md -------------------------------------------------------------------------------- /functions/fish_greeting.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/theme-fishbone/HEAD/functions/fish_greeting.fish -------------------------------------------------------------------------------- /functions/fish_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/theme-fishbone/HEAD/functions/fish_prompt.fish -------------------------------------------------------------------------------- /functions/fish_right_prompt.fish: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/oh-my-fish/theme-fishbone/HEAD/functions/fish_right_prompt.fish --------------------------------------------------------------------------------