[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/2] Clean rc file handling and OS-specific rc files
[Thread Prev] | [Thread Next]
[Date Prev] | [Date Next]
- Subject: [PATCH 0/2] Clean rc file handling and OS-specific rc files
- From: rory@xxxxxxx
- Reply-to: rory@xxxxxxx
- Date: Fri, 9 Aug 2024 18:57:05 -0600
- To: lore@xxxxxxxxxxxx
- Cc: Rory Dudley <rory@xxxxxxx>
From: Rory Dudley <rory@xxxxxxx> Allow handling of OS-specific rc files, and clean up some of the logic used to read in rc file in compose.rs. Rory Dudley (2): Better handling for run command files Split OS-specific run commands into a different file dist/etc/dwvshrc | 6 --- dist/etc/linuxrc | 7 ++++ src/compose.rs | 105 +++++++++++++++++++++++++---------------------- 3 files changed, 63 insertions(+), 55 deletions(-) create mode 100644 dist/etc/linuxrc -- cheers!~ Rory
[PATCH 2/2] Split OS-specific run commands into a different file | rory@xxxxxxx |
[PATCH 1/2] Better handling for run command files | rory@xxxxxxx |