We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1bb977e commit 87994a8Copy full SHA for 87994a8
lazy-connect.sh
@@ -133,6 +133,6 @@ function lazy-connect() {
133
134
secret=$(cat $_lazy_connect_config_dir/secret)
135
vpn_name=$(cat $_lazy_connect_config_dir/vpns \
136
- | fzf --height=10 --ansi --reverse --query "$*")
+ | fzf --height=10 --ansi --reverse --query "$*" --select-1)
137
[ -z "$vpn_name" ] || _lazy_connect "$vpn_name" "$secret"
138
}
0 commit comments