From ff03e5459725f294992410dd08014da0e0d3169d Mon Sep 17 00:00:00 2001 From: coolnsx Date: Tue, 7 Mar 2023 01:21:15 +0530 Subject: [PATCH] It only compiles every XNUM2,5X tries... good luck. --- .functions | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.functions b/.functions index c905fc5..71f1b54 100644 --- a/.functions +++ b/.functions @@ -1,7 +1,7 @@ #!/bin/sh menu_droid () { - fzf "$1" $2 + fzf --prompt="$1" $2 } menu_linux () {