2014-07-03 02:43:21 +00:00
|
|
|
## ocean
|
|
|
|
|
|
|
|
A fish theme with ocean in mind.
|
|
|
|
|
|
|
|
|
2014-07-10 02:26:45 +00:00
|
|
|
![Preview](https://cloud.githubusercontent.com/assets/129920/3533761/4702cc78-07d9-11e4-826f-e9f797e4bfa8.png)
|
2014-07-03 03:09:26 +00:00
|
|
|
|
|
|
|
|
2014-07-03 02:43:21 +00:00
|
|
|
Unicode-compatible fonts and terminals is required.
|
2014-07-03 03:16:11 +00:00
|
|
|
|
2014-07-03 02:43:21 +00:00
|
|
|
I would recommend iTerm2 + Solarized Dark for Mac users.
|
2014-07-03 03:16:11 +00:00
|
|
|
|
2014-07-03 02:43:21 +00:00
|
|
|
This theme is based loosely on [agnoster](https://gist.github.com/agnoster/3712874)
|
|
|
|
|
|
|
|
#### Characteristics
|
2014-07-10 02:26:45 +00:00
|
|
|
* Show a radioactive symbol (☢) when gain the root privileges (It's dangerous!)
|
2014-07-03 02:43:21 +00:00
|
|
|
* Current python virtualenv (if applicable)
|
2014-07-10 02:26:45 +00:00
|
|
|
* The anchor (⚓) turns red if the previous command failed
|
2014-07-03 02:43:21 +00:00
|
|
|
* Full path of current working directory
|
2014-07-10 02:26:45 +00:00
|
|
|
* Show the Git branch and dirty state (if applicable)
|
2014-07-10 02:34:08 +00:00
|
|
|
* Show **User@Hostname** if user is not the default user. Set the following two lines in your config.fish to turn on this feature:
|
2014-07-10 02:26:45 +00:00
|
|
|
|
|
|
|
```fish
|
2014-07-03 03:09:26 +00:00
|
|
|
set -g theme display_user yes
|
|
|
|
set -g default_user your_default_username
|
|
|
|
```
|