Commit Graph

357 Commits (99f142de36630c141f7c8959563f15730b568b3c)

Author SHA1 Message Date
Ben Hilburn 99f142de36 **LARGE MERGE THAT TOUCHES LOTS OF THINGS.**
From this point until the next tagged release, `next` will be in a state
of heavy flux as we make some significant and invasive changes.
2018-03-06 22:07:06 -05:00
Ben Hilburn 8c055f39d8 Moving documentation about newlines to the wiki. 2018-03-06 21:31:59 -05:00
Ben Hilburn 203d0839f7
Merge branch 'next' into newline-count 2018-03-06 21:24:53 -05:00
Ben Hilburn cfbbd213cb
Merge pull request #729 from Mikewl/usersudo
Added sudo state to prompt_user
2018-03-06 21:18:05 -05:00
Ben Hilburn 27e256e8af
Merge pull request #736 from dualscyther/segments/dir/absolute-truncation
Add absolute truncation option to dir segment
2018-03-06 21:07:08 -05:00
Ben Hilburn f17a715610
Merge branch 'next' into master 2018-03-06 20:58:12 -05:00
Ben Hilburn b8a68dd4a8 Merge branch 'master' into next 2018-03-06 20:56:11 -05:00
Christo Kotze 5cec4d652a Added POWERLEVEL9K_DIR_PATH_ABSOLUTE to README.md 2018-02-23 10:21:02 +04:00
Christo Kotze 08432bf70c Added truncate_to_first_and_last strategy
Truncate middle directories from the path. How many directories will be
untouched is controlled by POWERLEVEL9K_SHORTER_DIR_LENGTH.
2018-02-23 09:28:56 +04:00
Christo Kotze 01f7261df4 Updated README dir truncation strategies
Added `truncate_to_last`
Added `truncate_absolute`
Moved `truncate_to_unique` before folder marker
2018-02-23 08:28:57 +04:00
Logan Brown b31ad00218 refactor(readme): add variable settings for PROMPT_ADD_NEWLINE 2018-02-19 17:31:22 -07:00
Daniel Tam d84420d950
Update readme 2018-02-13 22:21:15 +11:00
Daniel Tam 3da37c0eaf
Update README.md 2018-02-12 21:16:53 +11:00
Michael Louwrens a4aacef7bc Add information to readme 2018-02-12 11:39:53 +02:00
Christo Kotze ccba1cc823 PROMPT_DIR color/bold on last dir & color for sep.
You can now set the last dir to have a custom color with
`POWERLEVEL9K_DIR_PATH_HIGHLIGHT_FOREGROUND` and whether it will be bold
with `POWERLEVEL9K_DIR_PATH_HIGHLIGHT_BOLD=true`. You can also set a
custom separator color with `POWERLEVEL9K_DIR_PATH_SEPARATOR_FOREGROUND`.
2018-02-10 14:46:56 +04:00
Matthew Hoener 162caba19c Don't show segment if POWERLEVEL9K_VI_INSERT_MODE_STRING == '' 2018-02-07 16:51:12 -08:00
Ben Hilburn afb7387abe Documenting missing field from #716. 2018-02-02 10:42:32 -05:00
Ben Hilburn 8090d13962
Merge pull request #717 from onaforeignshore/date_segment
Added `prompt_date` and fixed segment comments
2018-01-24 14:21:01 -05:00
Ben Hilburn fabc473381 Merge branch 'master' into next 2018-01-06 15:40:16 -05:00
Ben Hilburn 28ff892a71 Some README cleanups 2018-01-06 15:30:16 -05:00
Christo Kotze 289df8a781 Added `prompt_date` to `README.md` 2018-01-05 13:25:28 +04:00
Sara Murray d6a16bbebc
Corrected VPN IP command 2018-01-02 02:49:39 -06:00
Charles Peterson 4d18fdc6e9 fix for colors since the terminals so not always render named colors when using parameter expansion. 2017-12-15 15:42:35 -06:00
Ben Hilburn 786dc5b3f2
Merge pull request #697 from geniusupgrader/next
OpenFOAM support! (fixes #696)
2017-12-14 16:36:53 -05:00
Ben Hilburn a62168b189
README Cleanup 2017-12-14 16:32:06 -05:00
Robin Rosenstock fddb5a90e8 update readme for #696 and #697. OpenFOAM! 2017-12-14 22:12:18 +01:00
Ben Hilburn ea05b4ebe6 Merge branch 'master' into next 2017-12-14 15:20:02 -05:00
Ben Hilburn 3d79ca1adc
Merge pull request #684 from Artistan/color_names
Use color names, plus fixes
2017-12-04 19:33:57 -05:00
Ben Hilburn 42b7242346
Updating build status to be `master` only. 2017-12-04 19:30:38 -05:00
Charles Peterson 264897a426 color names and fixes
- fix for packageName truncated by POWERLEVEL9K_DIR_OMIT_FIRST_CHARACTER
     - processing the pwd/HOME replacement ONCE.
     - fix tests for named colors
     - use color names by default to allow dark/light themes to adjust colors based on names
2017-11-25 12:46:45 -06:00
Ben Hilburn 3b2d47febd
Merge pull request #666 from ParthKolekar/patch-1
Allow showing the number of jobs even if there is <= 1 job present.
2017-11-10 10:31:32 -05:00
Ben Hilburn 698697a710
Minor README cleanup 2017-11-10 10:28:10 -05:00
Parth Kolekar 6243c2e72f Update README.md 2017-11-05 14:43:10 +09:00
Ben Hilburn eb2e1b0e96 Merge branch 'master' into next 2017-11-02 14:38:20 -04:00
George D. Plymale II 3b2a2bb0cd remove weird glyphs in README.md 2017-10-24 02:00:11 -04:00
Ben Hilburn f46617acd3 Merge branch 'master' into next 2017-10-17 21:33:40 -04:00
Ben Hilburn 1f88c289b5 Merge pull request #651 from claycephas/more-documentation
Add documentation for VCS hooks config
2017-10-17 19:38:14 -04:00
Clay Anderson b582a60adc Add documentation for VCS hooks config 2017-10-17 14:55:51 -06:00
Térence Clastres 954faf2695 Fix incomplete vpn segment name
The segment function is called *prompt_vpn_ip()* thus the segment needs to be called "vpn_ip".
2017-10-07 19:16:06 +02:00
Timothy Earley 81cbd65142 Added dropbox segment 2017-10-01 17:53:07 +02:00
Ben Hilburn e9e60324cd Merge branch 'master' into next 2017-09-28 18:11:28 -04:00
Ben Hilburn 9ab067bd62 Merge pull request #610 from sjoeboo/rbenv_always
Add ability to always show rbenv prompt
2017-09-28 17:30:03 -04:00
Ben Hilburn 095351cfe1 Cleaning up README language about new `rbenv` feature. 2017-09-28 17:24:39 -04:00
Matt Nicholson 79a73ef4aa add ability to force rbenv being shown 2017-09-06 10:25:18 -04:00
Ben Hilburn c6c405955e README: Quick typo fix. 2017-08-27 12:50:22 -04:00
Ben Hilburn 17c069d25a README: Quick fix to MD formatting 2017-08-26 13:59:15 -04:00
Ben Hilburn a4c3fbd76b Merge branch 'master' into next 2017-08-26 13:31:43 -04:00
Tadek Teleżyński 582edf200c Add average choice to load extension
This commit adds a functionality to choose if one wants to see 1, 5 or
15 minutes average.

Resolves issue #604
2017-08-17 21:54:26 +02:00
Varun Dey a62fffa2b1 Updated braces for hyperlink 2017-08-14 16:08:50 +05:30
Ben Hilburn 9f4faf7f21 Merge pull request #596 from eumiro/truncate_to_unique
Add TRUNCATE_TO_UNIQUE shortening dir strategy
2017-08-12 13:52:10 -04:00