Commit Graph

549 Commits

Author SHA1 Message Date
Ilan Cosman
3037a0174a Add fast bulletpoint, remove powerful, rework language 2020-12-07 16:04:00 -08:00
Ilan Cosman
f541c22ed8 Minor performance improvement 2020-12-07 15:15:29 -08:00
Ilan Cosman
2dc7a976c5 Unify configuration show_time menus 2020-12-01 16:10:31 -08:00
Ilan Cosman
fe87411239 Group powerline choices together 2020-11-28 12:19:58 -08:00
Ilan Cosman
6a3ae454ec Erase async vars after exiting wizard 2020-11-28 11:43:44 -08:00
Ilan Cosman
3f6945b148 Print left prompt suffix when only one line 2020-11-28 11:26:57 -08:00
Ilan Cosman
3874f285a2 Make version number not a universal variable 2020-11-27 09:55:45 -08:00
Ilan Cosman
1f51788879 Set fish_term24bit, fixes git color issues 2020-11-27 08:12:14 -08:00
Ilan Cosman
fa8fad2faa Update jobs test 2020-11-26 18:19:34 -08:00
Ilan Cosman
282b947d13 SSH_TTY is automatically exported 2020-11-26 13:29:30 -08:00
Ilan Cosman
895d617409 Fix vi-related items 2020-11-25 11:57:45 -08:00
Ilan Cosman
7b25cc7b4c Fix jobs item 2020-11-25 11:54:17 -08:00
Ilan Cosman
7747a257a3 Fix bugs/performance improvements 2020-11-25 09:41:40 -08:00
Ilan Cosman
f6262a2e28 Set variables in background job 2020-11-25 09:22:35 -08:00
Ilan Cosman
85712feeaa Disown async job 2020-11-24 22:24:49 -08:00
Ilan Cosman
dc18cfced2 Kill old async processes 2020-11-24 22:13:05 -08:00
Ilan Cosman
f49f6dff4b Minor edits 2020-11-24 20:54:49 -08:00
Ilan Cosman
0927a23d3e Bring back set_color normal to fix bug 2020-11-24 20:44:42 -08:00
Ilan Cosman
276660bf2b Simplify _tide_right_prompt 2020-11-24 20:41:24 -08:00
Ilan Cosman
6015512d8e Fix right prompt bug 2020-11-24 20:22:21 -08:00
Ilan Cosman
0122bdc62b Simplify _tide_left_prompt 2020-11-24 20:20:39 -08:00
Ilan Cosman
09784a9a02 Prevent seperate fish instances from interfering with each other 2020-11-24 19:30:59 -08:00
Ilan Cosman
c794140008 Clear prompt before printing 2020-11-24 16:39:25 -08:00
Ilan Cosman
d4bc14578b Slim down tide test help message 2020-11-24 14:44:46 -08:00
Ilan Cosman
5ec4a8bf4c Convert simple if statements to && and || 2020-11-24 14:39:56 -08:00
Ilan Cosman
7418055eb5 Minor edits 2020-11-24 14:30:45 -08:00
Ilan Cosman
1d4861deb8 Fix status bug 2020-11-24 14:24:36 -08:00
Ilan Cosman
c98fc8646c Fix various issues 2020-11-24 14:21:22 -08:00
Ilan Cosman
3f7ed96687 Fix tests 2020-11-24 12:59:30 -08:00
Ilan Cosman
41644062c4 Use status is-interactive instead of own variable 2020-11-24 12:43:48 -08:00
Ilan Cosman
5bd71efa45 More work on async 2020-11-23 14:56:52 -08:00
Ilan Cosman
829f886a47 Start work on async 2020-11-20 14:04:04 -08:00
Ilan Cosman
81726dce16 Simplify tide help message code 2020-11-20 13:51:18 -08:00
Ilan Cosman
2646e78e64 Remove vestigial variable _tide_color_normal 2020-11-20 08:37:49 -08:00
Ilan Cosman
b3990ad241 Set _tide_fish_right_prompt_display to truly empty (fixes #48) 2020-11-20 08:32:12 -08:00
Ilan Cosman
648dd8f10f v2.5.0 2020-11-19 19:25:37 -08:00
Ilan Cosman
6ab96ca9f5 Changelog for v2.5.0 2020-11-19 19:23:57 -08:00
Ilan Cosman
b1fd36a348 Add _find_and_remove function 2020-11-19 16:23:54 -08:00
Ilan Cosman
dce2c2364c Add icons menu 2020-11-19 16:12:13 -08:00
Ilan Cosman
2d12f7c8c8 Add tide_cmd_duration_icon 2020-11-19 15:58:49 -08:00
Ilan Cosman
1d78c51982 Add virtual_env item to pure style (fixes #46) 2020-11-12 07:26:06 -08:00
Jorge Bucaran
92a345916b
Move fish_right_prompt to fish_right_prompt.fish (#45)
* Remove fish_right_prompt from wrong file

* Create fish_right_prompt.fish
2020-11-11 08:46:28 -08:00
Ilan Cosman
207ddcf772 Switch to fisher 2020-11-04 11:05:41 -08:00
Ilan Cosman
fe1ff0ab9e Minor edits 2020-11-03 11:25:50 -08:00
Ilan Cosman
9b3ac2558b Simplify install 2020-11-03 10:06:52 -08:00
Jorge Bucaran
583999af3b
Erase _tide_* "private" functions (#43)
* Erase _tide_* "private" functions; close #42

If we don't erase _tide functions, they remain in the global scope. 
This is problematic for functions that register event handlers as
they may fire even after Tide is uninstalled, e.g. _tide_quit. #42

* Fix uninstall bug

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-11-03 09:23:59 -08:00
Ilan Cosman
59ff037b74 Add why not fisher 2020-10-28 10:05:44 -07:00
Ilan Cosman
ec319f1739 Merge scuba branch 2020-10-26 16:51:07 -07:00
Michael Bryant
8f796136b5
use mktemp instead of explicitly named files (#41)
* add mktemp instead of explicitly named files

* use mktemp -u flag to fix bugs

Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-10-23 17:10:31 -07:00
Michael Bryant
f6cf2770e1
Prevent error messages while detecting OS (#40)
* add test for file existence to avoid errors
2020-10-23 15:07:41 -07:00