dev: automated commit - 2025-10-19 12:15:20

This commit is contained in:
Mariano Z. 2025-10-19 12:15:20 -03:00
parent 6b67d64cef
commit b40e30baef
6 changed files with 404 additions and 34 deletions

View file

@ -1,5 +1,3 @@
# Efficient PATH management
function update_path() {
# Define directories to add to PATH
local dirs=(
@ -10,6 +8,8 @@ function update_path() {
"$HOME/.local/share/npm/bin"
"$HOME/.local/share/cargo/bin"
"$HOME/.local/share/go/bin"
"$HOME/.local/share/flatpak/exports/share"
"/var/lib/flatpak/exports/share"
)
# Prepare new PATH variable