Commit Graph

18 Commits

Author SHA1 Message Date
Justin Hileman
fc50e9d6c5 Only show right prompt separator when date and cmd duration exist.
See #48
2016-06-08 01:20:35 -07:00
Sven A. Schmidt
32cfd83157 Hide $__bobthefish_left_arrow_glyph when $theme_display_date = "no" 2016-06-08 08:35:52 +01:00
Sven A. Schmidt
d730526c07 Added settings variables to allow date and docker display to be made conditional 2016-06-07 08:31:34 +01:00
Sven A. Schmidt
da7e2f1b49 Disabled datetime 2016-06-01 14:48:57 +01: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
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
e01fe9aaac Fix leaky colors from the right prompt
Fixes #31
2016-04-04 11:36:11 -04: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
Jelte Fennema
4e4182f28e Reset --bold as well after long long running command 2016-03-29 20:27:54 +02: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
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
ad41beee1b Update comments and readme for vi mode. 2015-11-22 07:48:49 -08:00
Justin Hileman
00f5578311 Allow overriding the right prompt date format.
set -g theme_date_format "+%a %H:%M"

… or something like that :)

See #11
2015-10-13 14:18:48 -07:00
Justin Hileman
706f0def36 Fix theme function descriptions. 2014-05-14 12:50:14 -04:00
Justin Hileman
4daec4a503 Add bobthefish theme. 2013-09-26 12:46:14 -07:00