diff --git a/horsch/zsh.nix b/horsch/zsh.nix index 65bac67..5d091c6 100644 --- a/horsch/zsh.nix +++ b/horsch/zsh.nix @@ -99,7 +99,7 @@ local wic_file=''${2} if [ -z ''${bootloader_file} ]; then - bootloader_file=$(find build/tmp/deploy/images -name "imx-boot-horsch-fusion-sd*" -type f \ + bootloader_file=$(find build/tmp/deploy/images -name "imx-boot-horsch-*" -type f \ | fzf --select-1 --exit-0 --header "Select a bootloader file" --preview=''${fzf_preview} --preview-window=top) fi