This is a theme I designed for myself but have given to a few friends and decided to publish for others' enjoyment.
This is a theme I designed for myself but have given to a few friends and decided to publish for others' enjoyment.
...
@@ -1030,7 +1072,7 @@ This is a theme I designed for myself but have given to a few friends and decide
...
@@ -1030,7 +1072,7 @@ This is a theme I designed for myself but have given to a few friends and decide
(Note: _This theme is designed for a light-on-dark theme like [Solarized](http://ethanschoonover.com/solarized) but should work in a dark-on-light terminal with a few terminal color tweaks_)
(Note: _This theme is designed for a light-on-dark theme like [Solarized](http://ethanschoonover.com/solarized) but should work in a dark-on-light terminal with a few terminal color tweaks_)
Based on Agnoster, extended with emojis representing home and root directories. Paths in the pwd prompt and git branch are split by "/" and joined as powerline segments for a clean aesthetic. Input is broken onto a new line for more consistent positioning.
Based on Agnoster, extended with emojis representing home and root directories. Paths in the pwd prompt and git branch are split by "/" and joined as powerline segments for a clean aesthetic. Input is broken onto a new line for more consistent positioning.
...
@@ -1608,7 +1650,7 @@ set -U fish_prompt_pwd_dir_length 0
...
@@ -1608,7 +1650,7 @@ set -U fish_prompt_pwd_dir_length 0
Forked from https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md#agnoster-1
Forked from https://github.com/oh-my-fish/oh-my-fish/blob/master/docs/Themes.md#agnoster-1
Super minimal one line version of [clearance](https://github.com/oh-my-fish/theme-clearance) theme. Balance between need to know information and space. Has git branch and dirty state information based on the color of the branch name.
Super minimal one line version of [clearance](https://github.com/oh-my-fish/theme-clearance) theme. Balance between need to know information and space. Has git branch and dirty state information based on the color of the branch name.
...
@@ -1909,7 +1951,7 @@ Super minimal one line version of [clearance](https://github.com/oh-my-fish/them
...
@@ -1909,7 +1951,7 @@ Super minimal one line version of [clearance](https://github.com/oh-my-fish/them
@@ -2764,7 +2806,7 @@ This theme is based loosely on [agnoster](https://gist.github.com/agnoster/37128
...
@@ -2764,7 +2806,7 @@ This theme is based loosely on [agnoster](https://gist.github.com/agnoster/37128
If you see a colored anchor icon instead of the white one, this is because your system font is lacking the anchor icon, and iTerm defaults to the Apple Emoji Font. To get the right icon, either add it to your current font, or chose a powerline font that has it (like Meslo for Powerline, available in https://github.com/powerline/fonts), and select it for your Non-ASCII font.
If you see a colored anchor icon instead of the white one, this is because your system font is lacking the anchor icon, and iTerm defaults to the Apple Emoji Font. To get the right icon, either add it to your current font, or chose a powerline font that has it (like Meslo for Powerline, available in https://github.com/powerline/fonts), and select it for your Non-ASCII font.
> ##### ✋ Psst! Migrating from v1.x to v2.x? We got you. Check our [**migration guide**](https://github.com/rafaelrinaldi/pure/releases/tag/v2.0.0) and happy upgrading
> ##### ✋ Psst! Migrating from v1.x to v2.x? We got you. Check our [**migration guide**](https://github.com/rafaelrinaldi/pure/releases/tag/v2.0.0) and happy upgrading
### pure [![github-ci-badge]][github-ci-link] ![fish-3]
### pure [![github-ci-badge]][github-ci-link] ![fish-3]
...
@@ -3115,7 +3157,7 @@ Specify the [`FISH_VERSION`][fish-releases] you want, and the `CMD` executed by
...
@@ -3115,7 +3157,7 @@ Specify the [`FISH_VERSION`][fish-releases] you want, and the `CMD` executed by
<imgalt="Focus has shifted to the development of Starship, the successor to Spacefish. If you are interested in contributing or using it, come take a look!"src="./images/starship-notice.svg"width="100%">
<imgalt="Focus has shifted to the development of Starship, the successor to Spacefish. If you are interested in contributing or using it, come take a look!"src="./images/starship-notice.svg"width="100%">
A minimalist fish theme forked from theme-nai ([@xorgy](https://github.com/xorgy)) but with added ([@rickycodes](https://github.com/rickycodes)) moonmoji support.
A minimalist fish theme forked from theme-nai ([@xorgy](https://github.com/xorgy)) but with added ([@rickycodes](https://github.com/rickycodes)) moonmoji support.
...
@@ -4111,7 +4153,7 @@ Display the following bits on the left:
...
@@ -4111,7 +4153,7 @@ Display the following bits on the left:
* Git branch and dirty state (if inside a git repo)
* Git branch and dirty state (if inside a git repo)
set -l raw_content (echo $url | sed -r 's#\.git$#/#i; s#https://github.com/([-.a-z0-9]+)/([-.a-z0-9]+)#https://raw.githubusercontent.com/\1/\2/master#i')
set -l raw_content (echo $url | sed -r 's#\.git$#/#i; s#https://github.com/([-.a-z0-9]+)/([-.a-z0-9]+)#https://raw.githubusercontent.com/\1/\2/master#i')