(bash) added path to desktop files

This commit is contained in:
scbj
2026-06-19 08:45:53 +02:00
parent fc4bcb1f0b
commit d85455d6c8
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -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