From 05a458bd208aea37da31a9c670a43746bd9168df Mon Sep 17 00:00:00 2001 From: zegonix Date: Mon, 8 Jun 2026 00:25:26 +0200 Subject: [PATCH] (bash) added path to cargo under void linux --- bash-conf-home/.bash_paths | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bash-conf-home/.bash_paths b/bash-conf-home/.bash_paths index cfe6665..35814bc 100644 --- a/bash-conf-home/.bash_paths +++ b/bash-conf-home/.bash_paths @@ -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