Commit Graph

92 Commits

Author SHA1 Message Date
Ilan Cosman
966dd0b22b Set the new jobs variable to prevent errors when updating 2023-12-27 13:30:55 -08:00
Ilan Cosman
af67746044 v6 2023-10-03 21:16:59 -07:00
Ilan Cosman
7c06ae523a Add _tide_fish_colorize 2023-10-03 21:01:12 -07:00
Ilan Cosman
7c6800ee96 Check for problems when installing 2022-06-23 11:32:53 -07:00
Ilan Cosman
e203fa2ecf Warn users against installing from main 2022-04-01 07:58:32 -07:00
Ilan Cosman
0a11fe5fd7 Minor edits 2022-01-26 09:13:45 -08:00
Ilan Cosman
11e4814d19 Remove v5 migration script, it's been long enough 2022-01-26 08:16:15 -08:00
Ilan Cosman
7ce5d6c0e4 Fix spelling errors 2022-01-10 14:47:32 -08:00
Ilan Cosman
13b6c60411 Don't edit tide_.*_prompt_items anymore, instead use internal vars 2021-11-24 15:45:48 -08:00
Ilan Cosman
6047c86351 Replace --regex with -r, it's used often enough 2021-10-31 13:44:16 -07:00
Ilan Cosman
fa3393f362 Set tide_os_icon in configs 2021-10-30 17:55:23 -07:00
Ilan Cosman
05ebbb15f2 Warn users who install from main branch 2021-10-13 15:44:52 -07:00
Ilan Cosman
e2f594cde1 Use echo 2021-09-21 18:16:00 -07:00
Ilan Cosman
d1d647c352 Clean up old prompt var usages 2021-08-13 04:49:48 -07:00
Ilan Cosman
79e8e40c84 Add migration script from v4 to v5 2021-08-10 08:33:45 -07:00
Kid
cfe0b228f5
Use single underscore for __tide_on_fish_exit (#182) 2021-07-25 11:15:45 -07:00
Ilan Cosman
5659392f93 Reduce number of universal variables 2021-05-18 15:00:49 -07:00
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