Commit 2f9ec29
committed
Refactor Fish shell setup in README and help.sh to use cache initialization
- Update Fish setup instructions to use a cached initialization file instead of direct command execution.
- Implement checks for the existence of the cache file before attempting to initialize, improving robustness.
- Ensure compatibility with users who have set -e in their shell configuration by adding error handling to source commands.1 parent eb0339d commit 2f9ec29
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
225 | 225 | | |
226 | 226 | | |
227 | 227 | | |
228 | | - | |
| 228 | + | |
| 229 | + | |
| 230 | + | |
229 | 231 | | |
230 | 232 | | |
231 | 233 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
369 | 369 | | |
370 | 370 | | |
371 | 371 | | |
372 | | - | |
| 372 | + | |
| 373 | + | |
| 374 | + | |
373 | 375 | | |
374 | 376 | | |
375 | 377 | | |
| |||
0 commit comments