changeset 518:62e62b885540

merge
author Augie Fackler <raf@durin42.com>
date Wed, 08 Dec 2021 12:06:45 -0500
parents 92d3f40572b6 (diff) 7e8603e0a822 (current diff)
children d3219c644f43
files
diffstat 3 files changed, 9 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
new file mode 100644
--- /dev/null
+++ b/.shell.d/20.homebrew.sh
@@ -0,0 +1,3 @@
+if [ -x /opt/homebrew/bin/brew ] ; then
+    eval "$(/opt/homebrew/bin/brew shellenv)"
+fi
new file mode 100644
--- /dev/null
+++ b/.shell.d/99.pyenv.sh
@@ -0,0 +1,3 @@
+insert_path_element /Users/augie/.pyenv/shims
+
+insert_path_element ~/.local/bin
--- a/.shell.d/99.rust.sh
+++ b/.shell.d/99.rust.sh
@@ -1,2 +1,3 @@
-insert_path_element $HOME/.cargo/bin
-# export RUST_SRC_PATH="$(rustc --print sysroot)/lib/rustlib/src/rust/src"
+if [ -e "$HOME/.cargo/env" ] ; then
+    . "$HOME/.cargo/env"
+fi