BarbUk
a44b65f1b3
Revert "Add command duration to powerline theme"
...
This reverts commit 384b31da98 .
2020-11-23 10:27:41 +04:00
BarbUk
384b31da98
Add command duration to powerline theme
2020-11-23 10:23:21 +04:00
BarbUk
430736c21d
Update theme to use command duration theming from 9732bbe
2020-11-23 10:20:49 +04:00
BarbUk
9732bbe171
Invert COMMAND_DURATION_ICON and COMMAND_DURATION_COLOR
...
COMMAND_DURATION_COLOR is used to set the color of the text.
The icon color can be set in COMMAND_DURATION_ICON.
2020-11-23 10:19:25 +04:00
BarbUk
9a519f3bbb
Define a defaut command to remove need for _command_exists in theme
2020-11-22 23:53:51 +04:00
BarbUk
790252cc9b
Use default for COMMAND_DURATION_FILE, COMMAND_DURATION_ICON and COMMAND_DURATION_MIN_SECONDS only when the variable is not already set
2020-11-21 10:52:45 +04:00
BarbUk
57b85aa86f
Define default option for command duration and make theme configurable
2020-11-21 10:51:13 +04:00
BarbUk
c2a392a7df
Update readme to explain command duration usage
2020-11-21 10:49:24 +04:00
BarbUk
bc97ee664e
Rename BASHIT_COMMAND_DURATION to BASH_IT_COMMAND_DURATION
2020-11-14 18:47:25 +04:00
BarbUk
2e8ad81e12
Remove command duration plugin and make it a theme feature
2020-11-14 14:09:06 +04:00
BarbUk
f2b4facac8
Make minimum display time configurable with COMMAND_DURATION_MIN_SECONDS
2020-11-14 12:42:24 +04:00
BarbUk
59957aa3c9
More time precision
2020-11-14 12:31:59 +04:00
BarbUk
f5012d4516
Update BarbUk theme documentation
2020-11-10 13:40:09 +01:00
BarbUk
4f1060b7cc
Add default value and test if command exists
2020-11-07 15:54:33 +01:00
BarbUk
28ac02b05d
Remove trailing space
2020-11-07 11:41:56 +01:00
BarbUk
948369f216
Add a trailing space to fix travis fail
2020-11-07 07:48:20 +01:00
BarbUk
4fa93836e1
Remove command_duration specific code, this will be a plugin
2020-11-07 07:34:43 +01:00
BarbUk
02eff64749
Merge branch 'master' into theme_barbuk/add_commmand_time_duration
2020-10-21 09:05:21 +02:00
BarbUk
5e65235d0e
Theme barbuk - add venv glyph and fix venv display in ssh mode ( #1681 )
...
* Add python venv glyph
* Fix venv display (tested for local and ssh prompt)
* Add documentation for python venv
2020-10-21 00:27:48 +03:00
BarbUk
1a6c3330bc
Command duration documentation
2020-10-20 13:45:56 +02:00
BarbUk
07305366bb
Add command duration
2020-10-20 13:45:38 +02:00
Nils Winkler
8a8a9018bb
Merge pull request #1668 from zzhengnan/master
...
Make bobby and bobby-python themes more readable
2020-10-02 10:40:45 +02:00
Zhengnan Zhao
f3cb4e5122
Make bobby and bobby-python themes more readable
2020-10-01 23:45:57 -04:00
phreakocious
ee7075b5f1
add that pesky dollar sign
2020-10-01 08:07:18 -07:00
phreakocious
5e101fce34
fix __color_rgb function to properly compare r,g,b as variables and not lettersg
2020-09-30 22:09:42 -07:00
8F3E
43dfe23d10
Declare python_venv as a local variable
2020-09-23 11:32:18 +01:00
8F3E
185257e971
Detect python venv and show in prompt
2020-09-22 11:31:05 +01:00
Oliver Ruben Albertini
ba02955340
hg SCM_CHANGE: prevent hexdump squeezing
...
hexdump by default will replace any repeated groups with an asterisk and
a newline, which breaks prompts. This can be disabled with the `-v`
flag. For example:
```
printf 'aac' | hexdump -e '1/1 "%02x"'
61*
63
printf 'abc' | hexdump -e '1/1 "%02x"'
616263
printf 'aac' | hexdump -ve '1/1 "%02x"'
616163
```
2020-09-12 09:58:37 -07:00
Guilherme Paula
d8a0e8444d
[robbyrussell theme] Cleaning up bold markup after theme
2020-09-01 13:52:50 -03:00
Noah Gorny
3eac73f613
plugins: Rename gitstatusd plugin to gitstatus
2020-06-22 14:57:05 +03:00
Noah Gorny
5d14030591
plugins: Add gitstatud plugin
2020-06-22 14:55:25 +03:00
Noah Gorny
fb2e8549ad
themes: Tidy base.theme and remove uneeded changes
2020-06-19 21:50:21 +03:00
Markus Krause
3c0738ba43
fix expansion inconsistency
2020-06-19 19:45:59 +03:00
Markus Krause
feae99431a
implement feedback
2020-06-19 19:45:59 +03:00
Markus Krause
83fdc89ec1
implement gitstatusd support
2020-06-19 19:45:58 +03:00
Nils Winkler
47512a1624
Checking for SVN return code
2020-06-14 19:31:25 +02:00
Nils Winkler
2ba3797da6
Added check for SVN not available
2020-06-09 14:07:17 +02:00
Nils Winkler
caced3b65f
Using $() instead of backticks to make shellcheck happy
2020-06-09 14:07:17 +02:00
Nils Winkler
1555f729ce
Merge pull request #1599 from davidpfarrell/issue/1598-powerline-plain
...
Fixed quoting on POWERLINE_PROMPT_AFTER
2020-05-18 10:07:34 +02:00
Nils Winkler
b9bb5ebd70
Merge pull request #1594 from kfkonrad/robbyrussell
...
add robbyrussell theme
Closes #329
2020-05-18 09:56:04 +02:00
David Farrell
981929cff0
Fixed quoting on POWERLINE_PROMPT_AFTER
2020-05-16 15:05:26 -07:00
buhl
3bfec8e682
Removed empty VIRTUAL_ENV declaration in the base theme
2020-05-13 22:01:20 +02:00
Al Johri
b3631ba13a
add ohmyzsh, robbyrussell theme
2020-05-13 18:18:32 +02:00
buhl
ad9876e6e3
Removed initialization of empty VIRTUAL_ENV
...
When spawning a new bash session when entering a virtual environment
the VIRTUAL_ENV is overwritten by this line.
However not having this line does not affect the bin/activate script.
2020-05-09 12:13:11 +02:00
Matthew Adams
8f3872acb8
review2
2020-05-07 13:08:27 -05:00
Matthew Adams
dddb863657
change from feedback
2020-05-02 08:43:08 -05:00
Matthew Adams
e2150602c7
add powerline config for prompt after chars
2020-05-01 09:17:18 -05:00
BarbUk
c4b8d4cf2e
Update documentation
2020-04-08 11:06:44 +04:00
BarbUk
b968ecac80
Update custom var naming
2020-04-08 11:06:26 +04:00
Nils Winkler
4e5c241095
Merge pull request #1538 from davidpfarrell/themes/barbuk/defaults
...
theme/barbuk: Update prefix for overrides
2020-04-08 08:54:39 +02:00