Commit Graph

88 Commits

Author SHA1 Message Date
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
6b26c69da8 Minor edits 2021-09-26 18:14:26 -07:00
Ilan Cosman
9c0ed1e4ce Add variable caching 2021-08-21 21:43:42 -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
Kid
cfe0b228f5
Use single underscore for __tide_on_fish_exit (#182) 2021-07-25 11:15:45 -07:00
Ilan Cosman
0f99df9d17 Minor edits 2021-07-17 14:34:36 -07:00
Ilan Cosman
9b109f5715 Detect jobs faster 2021-07-08 09:43:41 -07:00
Ilan Cosman
9efac25457 Minor edits 2021-07-06 16:09:01 -07:00
Ilan Cosman
7d66b9ed1a Update for fish 3.3.0 2021-06-28 09:43:25 -07:00
Ilan Cosman
c3e555e67e Don't set fish_term24bit 2021-06-24 12:58:13 -07:00
Ilan Cosman
6e74d1c71d Remove nonexistent variable tide_jobs_verbose 2021-06-08 13:21:49 -07:00
Ilan Cosman
26c758cf30 Minor edits 2021-05-13 12:44:48 -07:00
Ilan Cosman
315d00fe66 Minor edits 2021-05-05 10:10:07 -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
8dcdc64296 Use fish_prompt event, reorganize 2021-03-14 13:59:32 -07:00
Ilan Cosman
1129394f79 Kill old process in main fish instance 2021-03-14 09:48:17 -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
fe924616e1 Refactor fish_prompt.fish 2021-02-28 16:47:07 -08:00
Christian Volkmann
953203adcf
Load fish_prompt only if session is interactive (#107)
* fix(fish_prompt): Only refresh when session is interactive

* fix: Define empty refresh prompt when non-interactive

* fix: Define empty fish_prompt when non-interactive

* style: Indent

* refactor(fish_prompt): Wrap whole file in if statement

* style: New line
2021-02-26 06:47:24 -08:00
Ilan Cosman
2b516dc02b Use builtin disown 2021-02-26 03:37:07 -08:00
Ilan Cosman
baee8f539e Set fish_term24bit in background job, don't export it 2021-02-02 19:51:52 -08:00
Ilan Cosman
894a4a4998 Don't rerun background function while repainting 2021-02-02 08:12:01 -08:00
Ilan Cosman
830dc6290d Bring back fish_term24bit, fix color bug 2021-01-28 21:09:28 -08:00
Ilan Cosman
1bcd41d026 Remove _tide_true_color in favor of full configs for each style 2021-01-26 16:04:20 -08:00
Ilan Cosman
ca11b789ef Add tide_true_color 2021-01-22 20:44:57 -08:00
Ilan Cosman
3a85689517 Remove _tide_git_prompt_set_vars 2021-01-17 11:23:58 -08:00
Ilan Cosman
4129099cd2 Ensure prompt variables are erased after uninstall (fixes #69) 2021-01-05 18:07:56 -08:00
Ilan Cosman
aa40c45862 Update async gif 2021-01-04 15:16:47 -08:00
Ilan Cosman
46035b236c Close stdout in background process 2021-01-03 16:09:08 -08:00
Ilan Cosman
f0ca701538 Replace _tide_last_status with _tide_last_pipestatus[-1] 2020-12-25 16:54:24 -08:00
Ilan Cosman
a773f703cf Also refresh prompt on right prompt var change (fixes #59) 2020-12-23 14:15:36 -08:00
Ilan Cosman
b4aa00ac43 Remove _tide_on_fish_cancel 2020-12-23 11:04:39 -08:00
Ilan Cosman
c577cbee9d Change repaint to force-repaint, fixes vi mode 2020-12-17 15:31:52 -08:00
Ilan Cosman
6ab2fc103c Accurately redraw the prompt when the line is cancelled (fixes #53) 2020-12-13 09:32:20 -08:00
Ilan Cosman
f541c22ed8 Minor performance improvement 2020-12-07 15:15:29 -08:00
Ilan Cosman
1f51788879 Set fish_term24bit, fixes git color issues 2020-11-27 08:12:14 -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
09784a9a02 Prevent seperate fish instances from interfering with each other 2020-11-24 19:30:59 -08:00