From 6604004ae65b52d273243a10074857115681a3e8 Mon Sep 17 00:00:00 2001 From: Andrei Jiroh Eugenio Halili Date: Mon, 17 May 2021 14:27:27 +0800 Subject: [PATCH] chore(nanorc+ssh): Update GNU nano and SSH client configs Signed-off-by: Andrei Jiroh Eugenio Halili --- nanorc/config/termux | 3 +++ ssh-client/termux | 7 +++++++ 2 files changed, 10 insertions(+) diff --git a/nanorc/config/termux b/nanorc/config/termux index a63727e..2a1dbfe 100644 --- a/nanorc/config/termux +++ b/nanorc/config/termux @@ -10,3 +10,6 @@ set softwrap # switch between buffers # to switch, use Alt+, and Alt+. set multibuffer + +# also enable suspension +set suspend diff --git a/ssh-client/termux b/ssh-client/termux index cb75df0..229620b 100644 --- a/ssh-client/termux +++ b/ssh-client/termux @@ -53,3 +53,10 @@ Host main-ald IdentityFile ~/.ssh/launchpad User ajhalili2006 Hostname ssh-ajhalili2006.alwaysdata.net + +# Linux computers +Host gildedguy + IdentityFile ~/.ssh/launchpad + User gildedguy + Hostname 192.168.254.114 + Port 8022