Ilan Cosman
7aababe7de
Look for special files in all parent directories
2022-08-06 18:19:13 -04:00
Ilan Cosman
ccabacb629
Use read instead of command substitution
2022-03-14 08:43:24 -07:00
Ilan Cosman
2b78ac2540
Run fish from status fish-path
2022-03-09 14:12:55 -08:00
Ilan Cosman
85d09604a0
Fix highlighting completions in two line prompts
2022-03-09 13:40:20 -08:00
Ilan Cosman
041f23921a
Repaint prompt when COLUMNS changes ( fixes #254 )
2022-02-21 07:19:18 -08:00
Ilan Cosman
1746ff8fa1
Add comment
2022-02-05 15:14:21 -08:00
Ilan Cosman
d75e4be05a
Rename var
2022-01-26 09:35:35 -08:00
Ilan Cosman
af7dc0e412
Minor edits
2022-01-25 11:16:29 -08:00
Ilan Cosman
4580b64852
Add color normal to right prompt
2022-01-13 22:10:33 -08:00
Ilan Cosman
95f143dc51
Shorten and combine options
2022-01-12 10:24:41 -08:00
Ilan Cosman
7ce5d6c0e4
Fix spelling errors
2022-01-10 14:47:32 -08:00
Ilan Cosman
f2776829aa
Fix _tide_last_pid being local
2022-01-09 11:28:42 -08:00
Ilan Cosman
0a9c0d3d26
Update prompt_var mechanics
2022-01-09 11:13:36 -08:00
Ilan Cosman
70ac8f1195
Fix right prompt frame bug
2022-01-08 14:05:44 -08:00
Ilan Cosman
adb6f33bfe
Rename local variables
2022-01-05 13:50:08 -08:00
Ilan Cosman
ea0b386a0c
Also eval _tide_pwd
2022-01-05 11:25:32 -08:00
Ilan Cosman
fc17a69914
Fix bug
2022-01-04 15:17:49 -08:00
Ilan Cosman
5a70822cc1
Run even less code, improve variable scoping
2022-01-04 15:04:39 -08:00
Ilan Cosman
fb151162b0
Fix 2 line prompt
2022-01-03 13:03:28 -08:00
Ilan Cosman
60327b32db
Some work, 1 line prompt functional, 2 line not
2022-01-02 09:09:59 -08:00
Ilan Cosman
46587cb19b
minor edits
2021-12-21 14:32:17 -08:00
Ilan Cosman
2b0696b087
Minor edits
2021-12-13 18:24:22 -08:00
Ilan Cosman
e56e1f971c
Minor edits
2021-12-09 09:03:36 -08:00
Ilan Cosman
9f64ed61c4
More evaling
2021-12-08 09:27:33 -08:00
Ilan Cosman
20f85e4e11
Use two prompts
2021-12-08 09:21:12 -08:00
Ilan Cosman
8dde77e9f6
Use eval for fish_prompt
2021-12-08 09:09:13 -08: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
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