Add a path to my Rust installation
- ID
a105f19- date
2023-12-17 18:31:47+00:00- author
Alex Chan <alex@alexwlchan.net>- parent
0aaab1c- message
Add a path to my Rust installation- changed files
1 file, 2 additions
Changed files
config.fish (4763) → config.fish (4793)
diff --git a/config.fish b/config.fish
index 2fc01df..2a11372 100644
--- a/config.fish
+++ b/config.fish
@@ -41,6 +41,8 @@ function prepend_to_path
end
+prepend_to_path ~/.cargo/bin
+
prepend_to_path /Library/Frameworks/Python.framework/Versions/3.12/bin
prepend_to_path ~/repos/scripts