Commit graph

595 commits

Author SHA1 Message Date
Jan De Dobbeleer 5f045431cf fix(executiontime): round values logically 2021-05-21 08:17:36 +02:00
Jan De Dobbeleer 8642b7bfd9 feat: round timing style 2021-05-20 19:55:46 +02:00
Jan De Dobbeleer 676da9e4d1 fix: set conda env var
relates to #133
2021-05-20 19:27:24 +02:00
Jan De Dobbeleer 7a85ee30d7 fix(osc99): append \ when inside a root directory
resolves #724
2021-05-20 19:27:24 +02:00
Jan De Dobbeleer 9999260e9e feat(git): disable status by default
resolves #723
2021-05-20 19:27:24 +02:00
Jan De Dobbeleer 4a16c3fc6c refactor(pwsh): postfix invoke-expression
relates to #708
2021-05-18 20:43:25 +02:00
Jan De Dobbeleer 30bccb06d2 fix: adjust fallback theme layout 2021-05-18 20:43:25 +02:00
Jan De Dobbeleer b623c5f190 feat: print config error 2021-05-18 20:43:25 +02:00
Jan De Dobbeleer f54c9eb514 docs: reflect latest changes in nushell
resolves #719
2021-05-18 20:43:25 +02:00
Jan De Dobbeleer 766dc1ac8b
fix: set powerline env var
resolves #133
2021-05-16 19:23:05 +02:00
Jan De Dobbeleer 71983dfd78
fix: remove backspace characters in themes 2021-05-16 19:05:26 +02:00
Jan De Dobbeleer 11b829bedb
chore: remove auto-update 2021-05-16 18:51:57 +02:00
Jan De Dobbeleer cc6a91fa6a
docs: fix typo in custom theme path 2021-05-16 18:51:01 +02:00
Micah Rairdon 36feb76f20 feat: azure devops support for git upstream icons 2021-05-15 17:41:15 +02:00
Jan De Dobbeleer 8b84f60afa
chore: update README 2021-05-15 13:41:01 +02:00
Jan De Dobbeleer 4030c32279 feat: add dart support 2021-05-14 21:28:16 +02:00
Jan De Dobbeleer d96cb7989a refactor: add language tests 2021-05-14 21:28:16 +02:00
Jan De Dobbeleer 6e23cdd6af chore: add codeql to CI 2021-05-14 14:12:57 +02:00
Jan De Dobbeleer 5d5d7f9e8a feat(julia): hyperlink support 2021-05-14 13:45:38 +02:00
Jan De Dobbeleer 8f473df62f feat: support crystal language 2021-05-14 13:45:38 +02:00
Jan De Dobbeleer a0ae4a7e4b docs: update site engine 2021-05-14 13:45:38 +02:00
Jan De Dobbeleer f5757f042e chore: update branches automatically 2021-05-08 11:05:27 +02:00
Jan De Dobbeleer 6da811bd2c docs: pr template with git info 2021-05-08 11:05:27 +02:00
Jan De Dobbeleer f8af5a4e8a docs: how to work with git 2021-05-08 11:05:27 +02:00
lnu 6671ed068c feat: export-poshtheme to clipboard if no file path provided 2021-05-06 11:37:07 +02:00
João Gomes 3b975aa3f1 fix: remove vertical offset on first block 2021-05-05 22:31:40 +02:00
Jan De Dobbeleer 39749fc844 docs: add sponsor link 2021-05-05 09:24:35 +02:00
Jan De Dobbeleer b4e16c464e docs: use upper case $PROFILE 2021-05-05 09:24:35 +02:00
Jan De Dobbeleer 01c7a1f40a
docs: add links 2021-05-04 20:58:27 +02:00
uruz-7 af628fb0e4 theme: update powerlevel10k_rainbow, blueish and marcduiker 2021-05-04 10:39:59 +02:00
Jan De Dobbeleer 3c5129275e feat: join segments when omitting diamonds
relates to #697
2021-05-04 10:33:34 +02:00
Jan De Dobbeleer 248afec9fa feat: better mapped locations layout 2021-05-02 14:35:01 +02:00
Jan De Dobbeleer 29ddd2b819 docs: git guidelines 2021-04-29 21:39:04 +02:00
Jan De Dobbeleer 28de5c20c3 docs: replace windows icon 2021-04-29 21:39:04 +02:00
Jan De Dobbeleer cfc5a0c038 docs: add FAQ section 2021-04-29 21:39:04 +02:00
Jan De Dobbeleer 22d3f4a2c0 theme(jandedobbeleer): remove posh-git segment
resolves #689
2021-04-27 18:57:04 +02:00
gitolicious 52b66d1e5b
feat: add OS template property 2021-04-24 19:31:56 +00:00
Ben Allred 608b486f8b
docs: fix incorrect git segment icon info 2021-04-24 19:47:54 +02:00
Jan De Dobbeleer af5ec20055 docs: rework installation guide 2021-04-24 19:34:09 +02:00
Jan De Dobbeleer 842ba0d4c6 chore: replace .md linter 2021-04-24 19:34:09 +02:00
Jan De Dobbeleer f05f15f9bc
revert: build on themes (#682) 2021-04-23 22:08:28 +02:00
Anthony G a257ef0d06
feat: added gmay a theme based on jandedobbeleer 2021-04-23 16:21:54 +02:00
Kayla Cinnamon 186f71e878 theme: update cinnamon.omp.json 2021-04-22 21:22:47 +02:00
Jan De Dobbeleer fb57ef18b6 feat: display message on az update needed
resolves #669
2021-04-22 20:23:34 +02:00
lnu 44ac09d356 fix(battery): disable segment when no batteries 2021-04-22 07:02:22 +02:00
Jan De Dobbeleer 3b7b854fdc fix(pwsh): only clear console after block write 2021-04-21 21:25:59 +02:00
Jan De Dobbeleer b11b69f0e8 refactor: ansi module cleanup 2021-04-21 19:54:43 +02:00
Jan De Dobbeleer c24ca82f17 feat: newline as part of block
this deprecates the "newline" block and favours using the newline
property on the Block component. For backwards compatibility we'll
keep recognizing the newline block for the time being.

resolves #607
2021-04-21 19:54:43 +02:00
Jan De Dobbeleer 7ad764ceee fix(ytdm): default to localhost IP
resolves #639
2021-04-20 21:37:09 +02:00
Jan De Dobbeleer b0709e68b3 fix(pwsh): force module to UTF8
resolves #670
2021-04-20 21:37:09 +02:00