diff options
Diffstat (limited to 'rofi-hosts')
-rwxr-xr-x | rofi-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 |