diff options
-rwxr-xr-x | rofi-hosts | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -22,7 +22,7 @@ set -euo pipefail # along with this program. If not, see <http: #www.gnu.org/licenses/ # -input=$(cut -d\ -f1 .ssh/known_hosts* | tr , "\n" \ +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") |