From eb5fcae71e79e27fce3d8a629bf0f38f3149719f Mon Sep 17 00:00:00 2001 From: aminnairi <18418459+aminnairi@users.noreply.github.com> Date: Sat, 6 Jan 2024 13:36:29 +0100 Subject: [PATCH] emojified the prompt of fzf for the system installation script --- main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main.sh b/main.sh index 7605f29..87eb94c 100755 --- a/main.sh +++ b/main.sh @@ -65,7 +65,7 @@ choosen_playbook_path=$1 if [[ -z $choosen_playbook_path ]] then - choosen_playbook_file="$(/usr/bin/find ansible -name '*.yml' -type f -maxdepth 1 | xargs basename -a | /usr/bin/fzf)" + choosen_playbook_file="$(/usr/bin/find ansible -name '*.yml' -type f -maxdepth 1 | xargs basename -a | /usr/bin/fzf --header 'Choose a configuration file' --pointer 👉 --prompt 🔍)" choosen_playbook_path="ansible/$choosen_playbook_file" fi