diff --git a/External-themes.md b/External-themes.md index b8ce771..4ce17b8 100644 --- a/External-themes.md +++ b/External-themes.md @@ -669,3 +669,17 @@ Author: [@channprj](https://github.com/channprj) See [Repo](https://github.com/eendroroy/nothing) for source & documentation. author: [@eendroroy](https://github.com/eendroroy) + +#### kinda-fishy + +A theme based on [fishy](https://github.com/robbyrussell/oh-my-zsh/wiki/Themes#fishy) with two differences: + +* The full path is shown instead of abbreviated directory names. +* ```$USER@$HOST``` is not shown for the local machine, only for SSH sessions and + inside docker containers (in that case it is ```$USER@docker```) + +![Screenshot of kinda fishy](https://raw.githubusercontent.com/folixg/kinda-fishy-theme/master/screenshot.png) + +See [repo](https://github.com/folixg/kinda-fishy-theme) for source + +Author: [@folixg](https://github.com/folixg)