diff --git a/themes/ocean/README.md b/themes/ocean/README.md index 5f0c2ac..3cfc325 100644 --- a/themes/ocean/README.md +++ b/themes/ocean/README.md @@ -3,6 +3,9 @@ A fish theme with ocean in mind. +![Preview](preview.png) + + Unicode-compatible fonts and terminals is required. I would recommend iTerm2 + Solarized Dark for Mac users. This theme is based loosely on [agnoster](https://gist.github.com/agnoster/3712874) @@ -14,6 +17,9 @@ This theme is based loosely on [agnoster](https://gist.github.com/agnoster/37128 * Full path of current working directory * Git branch and dirty state (if applicable) * Show User @ Hostname if user is not default\_user -> to turn on this feature, set these two lines in your config.fish -> set -g theme display_user yes -> set -g default_user your_default_username + to turn on this feature, set these two lines in your config.fish + ``` + set -g theme display_user yes + + set -g default_user your_default_username + ``` diff --git a/themes/ocean/preview.png b/themes/ocean/preview.png index f452b8e..3d10b32 100644 Binary files a/themes/ocean/preview.png and b/themes/ocean/preview.png differ