From d85455d6c875ffd7eacf5bd4758ef50fbbece007 Mon Sep 17 00:00:00 2001 From: scbj Date: Fri, 19 Jun 2026 08:45:53 +0200 Subject: [PATCH] (bash) added path to desktop files --- bash-conf-home/.bash_paths | 1 + bash-conf-work/.bash_paths | 1 + 2 files changed, 2 insertions(+) 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