Skip to content

Commit

Permalink
quickfzf: Show working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
zen0bit authored Mar 7, 2023
1 parent 04ad7be commit b46ec7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion quickfzf
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if ! command -v fzf >/dev/null 2>&1; then
fi
# Dispaly version and prepared VMs
#printf " $progname: $version\n quickemu: $(quickemu --version)\n\n Prepared VMs:\n-------------\n"
printf '%s: v.%s\nquickemu: v.%s\n\n Prepared VMs:\n-------------\n' "$progname" "$version" "$(quickemu --version)"
printf '%s: v.%s\nquickemu: v.%s\n\n Work dir.: %s\n\n Prepared VMs:\n-------------\n' "$progname" "$version" "$(quickemu --version)" "$(pwd)"
# Check if there are any VMs
if [ ${#vms[@]} -eq 0 ]; then
echo "No VMs found."
Expand Down

0 comments on commit b46ec7b

Please sign in to comment.