Skip to Content.
Sympa Menu

sm-commit - [SM-Commit] GIT changes to master grimoire by Conner Clere (b29dc35e5e4f6c9b503f7b8c9c8dc40bee0d7fa2)

sm-commit AT lists.ibiblio.org

Subject: Source Mage code commit list

List archive

Chronological Thread  
  • From: Conner Clere <scm AT sourcemage.org>
  • To: sm-commit AT lists.ibiblio.org
  • Subject: [SM-Commit] GIT changes to master grimoire by Conner Clere (b29dc35e5e4f6c9b503f7b8c9c8dc40bee0d7fa2)
  • Date: Sat, 22 Jul 2023 15:54:25 +0000

GIT changes to master grimoire by Conner Clere <xenanthropy AT sourcemage.org>:

rust-crates/starship/FINAL | 2 +-
rust-crates/starship/HISTORY | 4 ++++
2 files changed, 5 insertions(+), 1 deletion(-)

New commits:
commit b29dc35e5e4f6c9b503f7b8c9c8dc40bee0d7fa2
Author: Conner Clere <xenanthropy AT sourcemage.org>
Commit: Conner Clere <xenanthropy AT sourcemage.org>

starship: update path to elvish config file in FINAL

Elvish supports both ~/.elvish/rc.elv and ~/.config/elvish/rc.elv
but ~/.elvish/ is going to be deprecated next release, might as
well change the reference in starship now before that happens

diff --git a/rust-crates/starship/FINAL b/rust-crates/starship/FINAL
index b8f02a8..c896773 100755
--- a/rust-crates/starship/FINAL
+++ b/rust-crates/starship/FINAL
@@ -2,7 +2,7 @@ message "In order to get starship working, add these lines to
your shell\n" \
"config file for whichever shell you use:\n\n${MESSAGE_COLOR}" \
"Bash - add the following to the end of ${YELLOW}~/.bashrc:\n" \
"eval \"\$(starship init bash)\"${MESSAGE_COLOR}\n\n" \
- "Elvish - add the following to the end of
${YELLOW}~/.elvish/rc.elv:\n" \
+ "Elvish - add the following to the end of
${YELLOW}~/.config/elvish/rc.elv:\n" \
"eval (starship init elvish)${MESSAGE_COLOR}\n\n" \
"Fish - add the following to the end of
${YELLOW}~/.config/fish/config.fish:\n" \
"starship init fish | source${MESSAGE_COLOR}\n\n" \
diff --git a/rust-crates/starship/HISTORY b/rust-crates/starship/HISTORY
index 18ee670..b763e4e 100644
--- a/rust-crates/starship/HISTORY
+++ b/rust-crates/starship/HISTORY
@@ -1,3 +1,7 @@
+2023-07-22 Conner Clere <xenanthropy AT sourcemage.org>
+ * FINAL: updated path to elvish config file
+ (using ~/.elvish/rc.elv will be deprecated next release)
+
2023-07-12 Conner Clere <xenanthropy AT sourcemage.org>
* FINAL, DEPENDS, DETAILS: version 1.15.0, new spell




  • [SM-Commit] GIT changes to master grimoire by Conner Clere (b29dc35e5e4f6c9b503f7b8c9c8dc40bee0d7fa2), Conner Clere, 07/22/2023

Archive powered by MHonArc 2.6.24.

Top of Page