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