bits and bops

This commit is contained in:
scbj
2026-01-13 09:03:14 +01:00
parent 5053a4130a
commit ced2e2b7c7
2 changed files with 1 additions and 3 deletions

View File

@@ -7,8 +7,7 @@
# to find scripts and utilities
export_paths=("${HOME}/dotfiles/scripts")
export_paths+=("$HOME/tools/Xilinx/Vivado/2021.1/bin")
export_paths+=("$HOME/tools/jlink")
export_paths+=("${HOME}/tools/jlink")
for entry in ${export_paths[@]}; do
if ! [[ -d "${entry}" ]]; then