Commit Graph

136 Commits

Author SHA1 Message Date
pik
cfb7c7df79 Support chruby ruby_version for show_ruby() 2016-05-23 20:48:09 +08:00
Justin Hileman
075e89abfa Update the screencast
Fixes #44
2016-05-22 08:45:00 -07:00
Justin Hileman
f269522c8c Merge pull request #43 from caesar/git-status-colors
Change colors for git staged and stashed statuses
2016-05-22 07:05:16 -07:00
Justin Hileman
bece163f67 Merge pull request #42 from caesar/theme_powerline_fonts
Add option to not use Powerline glyphs
2016-05-18 21:45:41 -07:00
Caesar Schinas
9b3aa58cce Add theme_powerline_fonts option to README 2016-05-17 18:34:05 -03:00
Caesar Schinas
9ce0cc2383 Remove quotes for consistency 2016-05-17 18:33:31 -03:00
Caesar Schinas
22fabb438e Use ⎇ symbol if Powerline is disabled 2016-05-17 17:57:56 -03:00
Caesar Schinas
4dd6a6d3ca Change colors for git staged and stashed statuses 2016-05-17 17:38:01 -03:00
Justin Hileman
56ef3979d2 Fix fish greeting when autosuggest is bold.
See also #39
2016-05-15 21:26:08 -07:00
Justin Hileman
0e92371c3f Merge pull request #40 from caesar/right-prompt-color
Fix right prompt colour when $fish_color_autosuggestion is bold
2016-05-15 21:24:27 -07:00
Caesar Schinas
cb4f97fe96 Make using Powerline glyphs the default 2016-05-15 22:18:28 -03:00
Caesar Schinas
ac57f8959b Add option to not use Powerline glyphs 2016-05-15 20:43:01 -03:00
Caesar Schinas
3f907d7b3f Fix right prompt colour when $fish_color_autosuggestion is bold 2016-05-15 19:55:44 -03:00
Justin Hileman
c2efeb5740 Make bobthefish git worktree aware
Fixes #29
2016-04-30 22:09:25 -07:00
Justin Hileman
0a18150d1b s/screenshot/screencast/
Fixes #33
2016-04-10 15:42:51 -07:00
Justin Hileman
e01fe9aaac Fix leaky colors from the right prompt
Fixes #31
2016-04-04 11:36:11 -04:00
Justin Hileman
d7fe9b42bd Performance improvements. Thanks builtins! 2016-03-30 16:13:39 -07:00
Justin Hileman
aa83e34148 Use command for a few more things that get overridden 2016-03-30 13:24:51 -07:00
Justin Hileman
088a0f44e0 Consistency++
* Only use if/end blocks for things longer than one line.
 * Only use inline `[ foo ]; and bar` style when `bar` is `return`. Break the `and`/`or` onto a second line for anything that actually has a side effect.
 * More consistent use of `echo` flags.
 * Don't use `pwd` when `$PWD` will do.
2016-03-29 23:55:58 -07:00
Justin Hileman
4356159ca3 Merge pull request #30 from JelteF/patch-2
Reset --bold as well after long long running command
2016-03-29 11:34:55 -07:00
Jelte Fennema
4e4182f28e Reset --bold as well after long long running command 2016-03-29 20:27:54 +02:00
Justin Hileman
3db31f0c52 Faster! 2016-03-11 13:28:47 -08:00
Justin Hileman
89ab00e768 Use local variables for teh rubies. 2016-03-11 11:24:46 -08:00
Justin Hileman
7f0021633a Update badges again 2016-03-10 23:04:48 -08:00
Justin Hileman
98ade34a7f Update badges 2016-03-10 22:56:40 -08:00
Justin Hileman
daa9025183 Merge pull request #24 from LambdaLord/master
Replace some color constants with existing variables
2016-03-10 22:45:25 -08:00
Justin Hileman
3e72ddf0f9 Merge pull request #25 from paxy97/error_code
Add show error code option
2016-03-10 22:44:14 -08:00
Justin Hileman
cc1569f57c fix __bobthefish_vagrant_ids when no id present
because `cat` with no arguments just hangs out at stdin waiting for you to type something.
2016-03-09 16:54:32 -08:00
Pavle Portic
3d89a0a3fe Update README 2016-03-03 12:12:09 +01:00
Pavle Portic
0ab6f79efe Add show error code option 2016-03-03 03:40:04 +01:00
LambdaLord
7c49324381 Revert unnecessary name change 2016-03-02 06:39:59 +00:00
LambdaLord
ed0eb02dfb Quick rename for new variable 2016-03-02 06:04:16 +00:00
LambdaLord
131c2c7aad Merge pull request #2 from LambdaLord/Theme-Color-Fiddling
Replaced some color values with new variable
2016-03-02 00:45:50 -05:00
LambdaLord
10170cb856 Replaced some color values with new variable 2016-03-02 05:44:05 +00:00
LambdaLord
b137eb1bdc Replace some constants with existing greys 2016-03-02 05:23:45 +00:00
Justin Hileman
c54707a136 No need for sed fallback, fish expects bc anyway.
+ use fish math wrapper

See #21
2016-02-22 22:07:43 -08:00
Justin Hileman
ebe5e04f9e Add awk maths fallback for systems without bc.
See #21
2016-02-20 00:08:05 -08:00
Justin Hileman
c04bf378df Merge pull request #23 from jrobeson/fix-powerline-link
fix powerline patched fonts links
2016-02-19 23:12:55 -08:00
Johnny Robeson
b3e2982abf fix powerline patched fonts links 2016-02-20 02:10:48 -05:00
Justin Hileman
1f96c8ffab Add last command duration to the right prompt.
* only if it was > 100ms
 * in human friendly units
 * and make it pop if > 60s

Fixes #21
2016-02-19 22:48:18 -08:00
Justin Hileman
47eace4182 Fix some vagrant segment copypasta 2016-02-19 10:06:52 -08:00
Justin Hileman
29d78ebaf3 Clean up a bunch of redirects, make 'em fishier. 2016-02-19 07:53:59 -08:00
Justin Hileman
873289224e Grep the vagrantfile to check for vmware_fusion
It's naive, but more likely successful than checking for vmrun, which most people prolly never link.
2016-02-19 07:53:38 -08:00
Justin Hileman
a9cc3400fa Use type -q instead of which. 2016-02-18 23:16:08 -08:00
Justin Hileman
ad36c7ada5 Add rudimentary VMWare vagrant support.
Drive-by: simplify existing virtualbox support a bit.
2016-02-18 23:16:08 -08:00
Justin Hileman
1f13fd0888 Add nerd fonts support.
Use better glyphs for Ruby and Python.
2016-02-18 22:00:31 -08:00
Justin Hileman
63cd4de4ba Word. 2016-02-03 23:13:57 -08:00
Justin Hileman
6ca1ae9246 Get rid of the last $__bobthefish_* global! 2016-02-03 23:10:57 -08:00
Justin Hileman
c2b313408c Fix $status regression. 2016-02-03 23:09:57 -08:00
Justin Hileman
cbac6362f9 Merge pull request #20 from sashaegorov/meet-vagrant
Add <stopping> to Vagrant state indicator
2016-02-01 14:48:45 -08:00