Photos
Blog
Projects
vanrenterghem.biz
projects
/
Dotty.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9bbfbab
)
Support uv Python package and project manager in Bash.
master
author
Frederik Vanrenterghem
<frederik@vanrenterghem.biz>
Wed, 9 Apr 2025 14:29:02 +0000
(22:29 +0800)
committer
Frederik Vanrenterghem
<frederik@vanrenterghem.biz>
Wed, 9 Apr 2025 14:29:02 +0000
(22:29 +0800)
https://docs.astral.sh/uv/
bash/.bashrc
patch
|
blob
|
history
diff --git
a/bash/.bashrc
b/bash/.bashrc
index 5a379c71aab3b09f6a2c2469539f6b2f8ac0a361..d64e93751c1ed5758d328e9c48b8db0fad1b3d54 100644
(file)
--- a/
bash/.bashrc
+++ b/
bash/.bashrc
@@
-50,3
+50,6
@@
append_path '/home/frederik/scripts'
+
+# uv
+export PATH="/home/frederik/.local/bin:$PATH"