summaryrefslogtreecommitdiffstats
path: root/rofi-hosts
diff options
context:
space:
mode:
Diffstat (limited to 'rofi-hosts')
-rwxr-xr-xrofi-hosts2
1 files changed, 1 insertions, 1 deletions
diff --git a/rofi-hosts b/rofi-hosts
index 92031a2..0935ab2 100755
--- a/rofi-hosts
+++ b/rofi-hosts
@@ -24,6 +24,6 @@ set -euo pipefail
input=$(cut -d\ -f1 .ssh/known_hosts .ssh/known_hosts_work | tr , "\n" \
| sed -r 's#(_ecdsa|_rsa|_ed25519|_dsa)$##' | sort -u \
- | rofi -lines 20 -dmenu -p "host")
+ | rofi -matching fuzzy -lines 20 -dmenu -p "host")
printf "%s" "$input" | xclip