Commit Graph

509 Commits

Author SHA1 Message Date
Ilan Cosman
62a87872ff Fix git bg color 2021-10-03 12:07:00 -07:00
Ilan Cosman
b3ef596229 Add private mode item (closes #157) 2021-10-03 12:05:43 -07:00
Ilan Cosman
0376903ca6 Rename variables 2021-10-01 10:52:44 -07:00
Ilan Cosman
9f11d9fa6b Minor edits 2021-09-30 21:18:16 -07:00
Ilan Cosman
e0bf7eca1a Use string match to set variables instead of read 2021-09-30 10:14:55 -07:00
Ilan Cosman
60b6674727 Minor edits to bug-report 2021-09-30 09:18:41 -07:00
Ilan Cosman
3a34269fde Minor edits 2021-09-30 09:17:51 -07:00
Ilan Cosman
45f598723b Minor edits to cmd_duration 2021-09-27 11:46:58 -07:00
Ilan Cosman
049074e2a3 Minor edits 2021-09-27 11:21:19 -07:00
Ilan Cosman
6b26c69da8 Minor edits 2021-09-26 18:14:26 -07:00
Ilan Cosman
70d232c20a Minor edits 2021-09-24 16:51:22 -07:00
Ilan Cosman
5174c77d76 Minor edits 2021-09-23 17:47:59 -07:00
Ilan Cosman
1fd2339d3a Minor edits 2021-09-23 13:58:41 -07:00
Ilan Cosman
856dfcb640 Minor edits 2021-09-23 13:45:41 -07:00
Ilan Cosman
980e6af695 Use function scoping 2021-09-23 08:35:10 -07:00
Ilan Cosman
6f44ec078e Cache item padding 2021-09-22 13:35:33 -07:00
Ilan Cosman
08e1fcc9b5 Cleanup for removing tide_character_bg_color 2021-09-22 13:27:42 -07:00
Ilan Cosman
785abbf045 Minor edits 2021-09-22 12:28:26 -07:00
Ilan Cosman
832dc5f2b5 Use fewer command substitutions in git item 2021-09-21 18:16:00 -07:00
Ilan Cosman
d06f92e65f minor edits 2021-09-21 18:16:00 -07:00
Ilan Cosman
416c2d704a Avoid creating functions 2021-09-21 18:16:00 -07:00
Ilan Cosman
ddaaf619d1 minor edits 2021-09-21 18:16:00 -07:00
Ilan Cosman
ed7ae3a18a minor edits 2021-09-21 18:16:00 -07:00
Ilan Cosman
24a83c3098 Minor edits 2021-09-21 18:16:00 -07:00
Ilan Cosman
e2f594cde1 Use echo 2021-09-21 18:16:00 -07:00
Ilan Cosman
04b37f45a4 Compact math for greater speed 2021-09-21 18:16:00 -07:00
Ilan Cosman
0a93b0b8fc Use read when faster 2021-09-21 18:16:00 -07:00
Ilan Cosman
b9fda6bf92 Use visible string length (fixes #134) 2021-09-21 18:16:00 -07:00
radek-sprta
3787c725f7
Add Terraform item (#203)
* Add Terraform item

* Do not show default workspace in Terraform prompt

* Add terraform to tide_right_prompt_items

* Add terraform to _tide_remove_unusable_items

* Fix test, use read, format

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2021-09-21 16:02:08 -07:00
Ilan Cosman
03bffd90c3 Remove tide_character_bg_color 2021-09-07 20:33:56 -07:00
Ilan Cosman
b9544f5032 Add _tide_last_item_was_newline 2021-09-07 12:55:33 -07:00
Ilan Cosman
780f9703a1 Make character a special item, doesn't use _tide_print_item 2021-09-07 12:51:00 -07:00
Ilan Cosman
d64e9c3739 Add fisher plugins to bug report 2021-09-03 18:39:44 -08:00
Ilan Cosman
5b069c806b Add fish startup time to bug report 2021-09-03 18:32:14 -08:00
Ilan Cosman
67786c626f Fix set error for makefile 2021-08-25 16:52:31 -07:00
Ilan Cosman
9c0ed1e4ce Add variable caching 2021-08-21 21:43:42 -07:00
Branch Vincent
5c2a6c2e03
configure: read single character (#187) 2021-08-21 14:59:45 -07:00
Ilan Cosman
451acfe7d5 v5.0.1 2021-08-13 16:09:45 -07:00
Ilan Cosman
79c0dac801 Use variable expansion instead of a new variable 2021-08-13 15:45:58 -07:00
Ilan Cosman
a8824ebb21 Remove fish_right_prompt file 2021-08-13 04:54:40 -07:00
Ilan Cosman
d1d647c352 Clean up old prompt var usages 2021-08-13 04:49:48 -07:00
Ilan Cosman
26485519ba Use one prompt variable instead of two (closes #171) 2021-08-13 04:28:09 -07:00
Ilan Cosman
733ad697c1 Set correct variable in configs 2021-08-12 10:12:33 -07:00
Ilan Cosman
f2b7e23c52 v5.0.0 2021-08-11 16:05:15 -07:00
Ilan Cosman
27939c3ddf Use version tag for install 2021-08-11 15:03:58 -07:00
Ilan Cosman
bd3dc8c8c4 Remove nvm item 2021-08-11 14:47:08 -07:00
Branch Vincent
4f1002c3df
add node item (#181)
* add node

* Use string trim instead

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2021-08-11 14:45:12 -07:00
Ilan Cosman
bd875fb85b Minor edits 2021-08-01 14:28:27 -07:00
Kid
cfe0b228f5
Use single underscore for __tide_on_fish_exit (#182) 2021-07-25 11:15:45 -07:00
Ilan Cosman
158b723a61 Fix spacing with pwd icon (fixes #180) 2021-07-22 10:01:50 -07:00