Ilan Cosman
3655703522
Add CI syntax and format checking for Fish
2021-03-02 09:53:33 -08: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
2a888b96b4
Don't even create fish_mode_prompt function
2021-02-28 18:36:37 -08:00
Ilan Cosman
fe924616e1
Refactor fish_prompt.fish
2021-02-28 16:47:07 -08:00
Ilan Cosman
aa50156af9
Make virtual_env item smarter ( closes #97 )
2021-02-28 15:37:19 -08:00
Piotr Usewicz
4f621eae3f
Add chruby item ( #100 )
...
* Add ruby item
* Rename chruby test
Co-authored-by: Ilan Cosman <ilancosman@gmail.com>
2021-02-28 08:52:11 -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
39e96090a0
Add php item test
2021-02-25 14:20:20 -08:00
Ilan Cosman
d0fa97f0fa
Add php item ( #91 )
2021-02-25 14:14:43 -08:00
Ilan Cosman
1fa79ab005
v4.1.1
2021-02-22 14:37:43 -08:00
Ilan Cosman
eadc0490f6
Changelog for v4.1.1
2021-02-22 14:36:36 -08:00
Ilan Cosman
2620cb349a
Support toor and Administrator in context item
2021-02-22 14:23:52 -08:00
Ilan Cosman
8d95cec0cb
Add cmd_duration and context to generalItems list
2021-02-21 13:29:00 -08:00
Ilan Cosman
3de759dd1b
Use wiki for documentation
2021-02-20 20:09:26 -08:00
Ilan Cosman
95f2890d92
Fix changelog for v4.1.0
2021-02-20 14:26:17 -08:00
Ilan Cosman
b872e7697b
v4.1.0
2021-02-20 14:14:50 -08:00
Ilan Cosman
2c25950e3a
Changelog for v4.1.0
2021-02-20 14:14:39 -08:00
Ilan Cosman
f355a9e56f
Update contributing guide
2021-02-19 17:19:30 -08:00
Ilan Cosman
7d81016ac5
Add release action
2021-02-19 17:06:26 -08:00
Ilan Cosman
08e471bbdb
Fix nvm item, nvm is assumed to be installed now
2021-02-17 09:10:38 -08:00
Ilan Cosman
b00f8ce537
Remove git from system requirements
2021-02-17 08:45:05 -08:00
Ilan Cosman
3fe936027c
Minor edits
2021-02-16 20:59:30 -08:00
Ilan Cosman
1a1334515c
Fix install
2021-02-16 20:57:12 -08:00
Ilan Cosman
aa77b86905
Update things for new removal system
2021-02-16 20:46:48 -08:00
Ilan Cosman
e85b733fef
Remove tool-specific items if the user doesn't have them installed
2021-02-16 20:40:07 -08:00
Ilan Cosman
9345da0bfe
Add time item test
2021-02-11 11:53:56 -08:00
Ilan Cosman
89245616ba
Remove sudo from context test
2021-02-11 11:36:10 -08:00
Ilan Cosman
cd8f322dce
Correct spelling of india
2021-02-11 11:34:58 -08:00
Ilan Cosman
b7c044d4f3
Add markers test for PWD
2021-02-11 11:34:20 -08:00
Ilan Cosman
c2ba6ead2f
Add truncate to unique test
2021-02-11 11:32:06 -08:00
Ilan Cosman
bc4e51a9a0
Update variable printing for bug-report
2021-02-11 11:08:36 -08:00
Ilan Cosman
cce7706b66
Set git config locally
2021-02-10 18:07:24 -08:00
Ilan Cosman
085bbb67a4
Improve git test
2021-02-10 18:05:32 -08:00
Ilan Cosman
22c62f67bf
Set user.email and user.name so git commit won't fail
2021-02-10 17:52:59 -08:00
Ilan Cosman
5ca5eb7fc3
Actually fix git test
2021-02-10 16:13:16 -08:00
Ilan Cosman
8edd4772d7
Fix git test
2021-02-10 15:58:28 -08:00
Ilan Cosman
04a5add9f9
Add git item test
2021-02-10 15:45:36 -08:00
Ilan Cosman
8f276758de
Add nvm item test
2021-02-10 13:59:36 -08:00
Ilan Cosman
6a9ae65069
Use better test naming scheme
2021-02-10 13:53:09 -08:00
Ilan Cosman
5091eb60ca
Don't error if in .git directory of git repo
2021-02-09 15:54:01 -08:00
Ilan Cosman
763cec1a80
Don't error if os file doesn't exist ( fixes #24 again)
2021-02-07 16:16:43 -08:00
Ilan Cosman
c94a78e6c4
Don't validate bg colors, minor edits to left/right prompt
2021-02-07 14:44:19 -08:00
Ilan Cosman
edcc4f0e74
Minor edits to detect_os
2021-02-06 08:18:43 -08:00
Ilan Cosman
95a5582f44
Update git item documentation, forgot for v4
2021-02-05 08:34:47 -08:00
Ilan Cosman
94c13536da
Minor edits to PWD
2021-02-04 15:36:54 -08:00
Ilan Cosman
7263bc5b6b
Avoid parsing directories as flags ( fixes #88 )
2021-02-04 15:19:16 -08:00
Ilan Cosman
b5f838255f
Use assets branch instead of a whole extra repository
2021-02-03 19:45:30 -08:00
Cindy Xiao
b4766078ba
Fix links to Meslo fonts in README ( #87 )
2021-02-04 01:41:20 +00:00