From 3795ffa68734cc59e031d1896331a43e7dcfa7fd Mon Sep 17 00:00:00 2001 From: TheSiahxyz <164138827+TheSiahxyz@users.noreply.github.com> Date: Thu, 8 Jan 2026 23:31:14 +0900 Subject: modified shell/aliasrc, modified shell/bm-dirs, modified shell/bm-files, modified .ssh/config, modified shell/aliasrc --- global/.ssh/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'global/.ssh') diff --git a/global/.ssh/config b/global/.ssh/config index 95182bb..0202208 100644 --- a/global/.ssh/config +++ b/global/.ssh/config @@ -1,10 +1,10 @@ Match host * exec "gpg-connect-agent UPDATESTARTUPTTY /bye" -Host recordings +Host diary HostName thesiah.xyz User root RequestTTY yes - RemoteCommand cd /var/www/thesiah/recordings && exec $SHELL -l + RemoteCommand cd /var/www/thesiah/diary && exec $SHELL -l Host github.com User git -- cgit v1.2.3