Commit Graph

204 Commits (9619ccb371708d76755a2a1bc61d2510760066a6)

Author SHA1 Message Date
Joseph 9619ccb371 Bugfix for budspencer theme
Fixes https://github.com/fish-shell/fish-shell/issues/1964
10 years ago
Jorge Bucaran c5ac1c8a4f Merge pull request #396 from williamhogman/will-theme
Add 'will' theme. (double turnstile ⊨)
10 years ago
William Hogman 11f9269ac7 Add screenshot to will-theme 10 years ago
William Rudenmalm 353db6aab5 add 'will' theme 10 years ago
Liang Bo Wang 681d02b05a Fix python version detection in theme bobthefish
Relax the python version matching, so `python` that symlinks to
either major versions (e.g. 2, 3) or minor versions (e.g. 2.7, 3.4)
can be properly detected.

Note that currently both pypy and pypy3 have same display glyph.
10 years ago
Joseph d00a7af8b4 Updated budspencer theme
Pull down menus in history functions
Readme updated
10 years ago
Amio f982470b1a Improve Edan theme design & function naming.
- Rename function "edan-remote" and "edan-local" to "edan-set-remote"
  and "edan-set-local".
- Exchange order of "user" & "host" ( xiloºXiloMac => XiloMacˇxilo )
- Change git dirty mark icon ( [edan-update] ★ => [edan-update]× )

Before:
![Screenshot of theme Edan](https://cloud.githubusercontent.com/assets/215282/5837282/b02c0e5c-a1b8-11e4-914f-f4f05e99880a.png)

After:
![Screenshot of theme Edan](https://cloud.githubusercontent.com/assets/215282/6199938/f67e6a54-b49a-11e4-800b-587a638cfb86.png)
10 years ago
Jorge Bucaran 885b350912 cleareance theme should display red prompt if status != 0 10 years ago
Adam Lavin c187067981 Fixed syl20bnr images in its readme
Changed github url from http://raw2.github.com to https://raw.githubusercontent.com.
10 years ago
Justin Hileman e4d8c6ed52 Fix for bobthefish ruby version segment
… when there's no version to show.

Fixes #370
10 years ago
Aaron Hamilton 189fd10512 Add preview image. 10 years ago
Aaron Hamilton 0a3911066f Add nai theme. 10 years ago
Aaron Hamilton 0360e631ec Add permanent github-sourced image embed for mtahmed theme. 10 years ago
Aaron Hamilton afd1b5dd39 Add preview image for coffeeandcode theme 10 years ago
John Barbero Unenge e64269c125 Switch screenshot link to githubusercontent 10 years ago
John Barbero Unenge 8ef6294f81 Update readme for the gianu theme 10 years ago
Zhishen (Jason) Wen 7495f4fe6c Fixed broken image URL in README.md on theme Zish 10 years ago
Bruno 31854ec679 Merge pull request #333 from kholbekj/master
add OSX emoji workaround to README
10 years ago
Amio e237441a8b Theme Edan: Update with optional "user & host" info (Usually for a remote host).
Switch using `edan-remote` or `edan-local`
10 years ago
Kasper Holbek Jensen 471fd62abb add OSX emoji workaround to README 10 years ago
Luis Angel Vicente Sanchez 49821054db Update README.md 10 years ago
Luis Angel Vicente Sanchez 060110d859 * add README.md 10 years ago
Luis Angel Vicente Sanchez 15eef514ca * fix git prompt. 10 years ago
Luis Angel Vicente Sanchez edbea29aae * add fox theme. 10 years ago
Remy Goldschmidt 75300c5445 Fixed https image link 10 years ago
Remy Goldschmidt f65699beef Revised taktoa theme README 10 years ago
Remy Goldschmidt d2f8ef5b59 Added taktoa theme 10 years ago
Chris Morrell 0ed2e33218 cmorrell.com theme 10 years ago
Pierpaolo Frasa aee49875fa display ruby version 10 years ago
Charles B Johnson 521a6e3846 Add cbjohnson theme. 10 years ago
Justin Hileman c91f0932d7 [bobthefish] Add config options to readme. 10 years ago
Justin Hileman 4db1f71bb3 [bobthefish] Default hg segment to off
… due to performance concerns.

See #258
See #262
10 years ago
Justin Hileman 620dbedef7 [bobthefish] One more hg speedup.
Send along the directory where we already found the .hg to throw hg a bone.
10 years ago
Justin Hileman b4cd761843 [bobthefish] One more cleanup. 10 years ago
Justin Hileman 1e9893102e [bobthefish] Default display configs to yes 10 years ago
Roman Inflianskas eec81de1b4 bobthefish: allow user disable segments
Conflicts:
	themes/bobthefish/fish_prompt.fish
10 years ago
Justin Hileman 0e76751e5f [bobthefish] Use @rominf's recursive hg to find hg root. 10 years ago
Roman Inflianskas a3b401127c bobthefish: hg: faster checking for hg repo (fix)
Conflicts:
	themes/bobthefish/fish_prompt.fish
10 years ago
Justin Hileman 8b2b0ac585 [bobthefish] Use brackets instead of test. 10 years ago
Justin Hileman 3620d70690 [bobthefish] always use `command hg` 10 years ago
Justin Hileman 340a293517 [bobthefish] Use consistent sed delimiters. 10 years ago
Justin Hileman 83f5e52a0e [bobthefish] Standardize stderr redirects. 10 years ago
Justin Hileman 37a0679dda [bobthefish] much cleaner git "ahead" flag. 10 years ago
Justin Hileman b67fde9a33 [bobthefish] Add support for rbenv and RVM 10 years ago
Justin Hileman a81b1fcc2c [bobthefish] Simplify bold segments.
Add support for --bold (and --underline) to the __bobthefish_start_segment function.
10 years ago
Justin Hileman 4012de608d [bobthefish] Better (faster, stronger) SCM segments
* Show the closest parent repo if $PWD is in both an hg and git repo.
 * Only find the repo root once per SCM, not two or three times :)
10 years ago
Justin Hileman a4ba3bc8e7 [bobthefish] More virtualenv tweaks
* Inline a one-line method that's called one place
 * Make sure __bobthecow_virtualenv_python_version doesn't fail if python isn't a symlink.
 * Add a visual segment indicator after python version glyph.
10 years ago
Justin Hileman f6456dbc26 [bobthefish] Update virtualenv segment colors…
remove some additional unnecessary complication.
10 years ago
Joseph Tannhuber fce4caddb7 Budspencer theme improvements
- Bookmarks and command/directory history functions implemented
- Function to edit commandline with $EDITOR
- Faster git parser
10 years ago
Justin Hileman 1bb40b4019 No need to save $RETVAL, $status works just fine 10 years ago