Use direct path
This commit is contained in:
parent
ee23195164
commit
8143a78e23
1 changed files with 1 additions and 1 deletions
|
@ -34,7 +34,7 @@ for app in "${!apps[@]}"; do
|
|||
done
|
||||
|
||||
# Make selection
|
||||
selection=$(echo -e "${apps_keys}" | launch-menu)
|
||||
selection=$(echo -e "${apps_keys}" | ${HOME}/.local/bin/launch-menu)
|
||||
|
||||
# Execute
|
||||
# shellcheck disable=SC2086
|
||||
|
|
Loading…
Reference in a new issue