dev: automated commit - 2025-10-19 12:15:20
This commit is contained in:
parent
6b67d64cef
commit
b40e30baef
6 changed files with 404 additions and 34 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue