Ilan Cosman
6b03eb4798
Fix os item bug
2021-04-24 18:03:40 -07:00
Ilan Cosman
d72af19940
Go back to using fish_prompt function instead of handler
...
fixes #126
fixes #139
2021-04-10 08:56:38 -07:00
Ilan Cosman
c7d9679b28
Detect os on install only
2021-04-04 20:20:26 -07:00
Ilan Cosman
45b0ed3264
Use fish_indent to highlight help message on install
2021-03-31 17:42:53 -07:00
Ilan Cosman
f9d47a8f4f
Don't kill the user's background jobs, woops
2021-03-27 13:05:33 -07:00
Ilan Cosman
cdfad003f0
Minor edits
2021-03-27 12:58:51 -07:00
Ilan Cosman
c410106297
Minor edits to install and uninstall
2021-03-27 09:09:56 -07:00
Ilan Cosman
338836f16c
Better fix for #130
2021-03-26 11:27:08 -07:00
Ilan Cosman
4bbf541281
Use $status instead of $pipestatus[-1] to account for not
2021-03-26 07:33:52 -07:00
Ilan Cosman
96eb6f2d70
Disown immediately after background job start
2021-03-24 22:13:55 -07:00
Ilan Cosman
d715ede25c
Use $last_pid instead of jobs command
2021-03-24 21:58:30 -07:00
Ilan Cosman
28bfacafac
Set status job-control full ( fixes #130 )
2021-03-24 21:52:52 -07:00
Ilan Cosman
6ce2e4a632
Just use display_var variables, not fish_pid
2021-03-21 21:39:14 -07:00
Ilan Cosman
9e7f04d82e
Remove unusable tool items on startup ( fixes #129 )
2021-03-17 14:30:04 -07:00
Ilan Cosman
f568746fdf
Fix vi mode
2021-03-16 14:09:30 -07:00
Ilan Cosman
8dcdc64296
Use fish_prompt event, reorganize
2021-03-14 13:59:32 -07:00
Ilan Cosman
b3a7db5b53
Update for Fish v3.2
2021-03-02 09:52:58 -08:00
Ilan Cosman
05af630a82
Run new fish_indent on code
2021-03-02 09:46:40 -08:00
Ilan Cosman
1a1334515c
Fix install
2021-02-16 20:57:12 -08:00
Ilan Cosman
8c8e3cb28d
Minor edits
2021-01-26 15:33:10 -08:00
Ilan Cosman
44313d296e
Unify normal var list and "immutable" one
2021-01-25 07:22:00 -08:00
Ilan Cosman
09a610d08c
Simplify variable handling
2021-01-25 07:13:06 -08:00
Ilan Cosman
2d2c6a577d
Minor edits
2021-01-25 06:51:46 -08:00
Varun Madiath
95b0d7802b
Allow for installation into non-standard locations ( #65 )
...
* Allow for installation into non-standard locations
This is useful when installed via fisher, if the user has set up
$fisher_path to be something other than ~/.config/fish
* Use simpler regex
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2020-12-31 21:07:13 -08:00
Ilan Cosman
a3666e4d89
Fix bug when configuring right after install
2020-12-28 09:46:47 -08:00
Ilan Cosman
c2213d5abc
Remove defunct NVM_DIR variable
2020-12-23 11:35:33 -08:00
Ilan Cosman
3874f285a2
Make version number not a universal variable
2020-11-27 09:55:45 -08:00
Ilan Cosman
7747a257a3
Fix bugs/performance improvements
2020-11-25 09:41:40 -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
2646e78e64
Remove vestigial variable _tide_color_normal
2020-11-20 08:37:49 -08:00
Ilan Cosman
648dd8f10f
v2.5.0
2020-11-19 19:25:37 -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
9fc1b32f1a
Add uninstall event handler
2020-10-15 15:15:17 -07:00
Ilan Cosman
3858228776
Switch to scuba
2020-10-12 15:05:51 -07:00
Ilan Cosman
187846c7d7
Rename _tide_Ω_init to _tide_init
2020-09-09 18:41:25 -07:00
Ilan Cosman
edb8b28468
Minor edits
2020-09-07 12:00:54 -07:00
Ilan Cosman
c756f4a681
Combin all pwd functions
2020-08-29 15:38:18 -07:00
Ilan Cosman
490b605ea3
Add detect_os and item_os
2020-07-29 20:36:57 -07:00
Ilan Cosman
46abf0472d
Exchange short flags for long ones
2020-07-20 14:11:59 -07:00
Ilan Cosman
7a3dabbf26
Rename on_startup to init
2020-07-17 23:17:25 -07:00
Ilan Cosman
462972dfac
Move conf.d files to functions directory
2020-07-06 09:40:46 -07:00
Ilan Cosman
db1a859bed
Update tests
2020-07-04 14:01:56 -07:00
Ilan Cosman
b0722acbc3
Add git_prompt_set_vars
2020-07-04 14:01:56 -07:00
Ilan Cosman
563e28ef57
Change cursor movement functions to string repeat
2020-06-29 10:41:51 -07:00
Ilan Cosman
b1eb3dda0f
Remove extra space from pwd
2020-06-28 12:22:51 -07:00
Ilan Cosman
4e4946ecaf
Fix bg_color in pwd
2020-06-24 06:50:00 -07:00
Ilan Cosman
59aaa0a3fb
Fix unwritable icon being too close to pwd
2020-06-22 16:18:51 -07:00