You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
oh-my-fish/themes/ocean
ngroup e2015c111e remove the screenshot 10 years ago
..
README.md Update README.md 10 years ago
fish_prompt.fish add theme "ocean" 10 years ago

README.md

ocean

A fish theme with ocean in mind.

Preview

Unicode-compatible fonts and terminals is required.

I would recommend iTerm2 + Solarized Dark for Mac users.

This theme is based loosely on agnoster

Characteristics

  • Show a radioactive symbol (☢) when gain the root privileges (It's dangerous!)

  • Current python virtualenv (if applicable)

  • The anchor () turns red if the previous command failed

  • Full path of current working directory

  • Show the Git branch and dirty state (if applicable)

  • Show User@Hostname if user is not the default user. Set the following two lines in your config.fish to turn on this feature:

    set -g theme display_user yes
    set -g default_user your_default_username