Added kinda-fishy theme.

Thomas Goldbrunner 2017-11-23 15:51:48 +01:00
parent ca548d5dd4
commit cd80e37d2f

@ -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)