(bash) added path to cargo under void linux

This commit is contained in:
2026-06-08 00:25:26 +02:00
parent 1429b3b9a7
commit 05a458bd20
+3 -1
View File
@@ -6,8 +6,10 @@
# important for window manager and menu app (fuzzel, rofi, ..)
# to find scripts and utilities
export_paths=("${HOME}/dotfiles/scripts")
unset export_paths
export_paths+=("${HOME}/dotfiles/scripts")
export_paths+=("/opt/jlink")
export_paths+=("${HOME}/.cargo/bin")
for entry in ${export_paths[@]}; do
if ! [[ -d "${entry}" ]]; then