diff --git a/bash-conf-home/.bash_paths b/bash-conf-home/.bash_paths index 35814bc..c85d635 100644 --- a/bash-conf-home/.bash_paths +++ b/bash-conf-home/.bash_paths @@ -8,6 +8,7 @@ unset export_paths export_paths+=("${HOME}/dotfiles/scripts") +export_paths+=("${HOME}/dotfiles/desktop-files") export_paths+=("/opt/jlink") export_paths+=("${HOME}/.cargo/bin") diff --git a/bash-conf-work/.bash_paths b/bash-conf-work/.bash_paths index 3123dbf..ef16304 100644 --- a/bash-conf-work/.bash_paths +++ b/bash-conf-work/.bash_paths @@ -7,6 +7,7 @@ # to find scripts and utilities export_paths=("${HOME}/dotfiles/scripts") +export_paths+=("${HOME}/dotfiles/desktop-files") export_paths+=("${HOME}/tools/jlink") for entry in ${export_paths[@]}; do