From 095424521a8e9d4493c02acad09468ee913b0e08 Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Thu, 30 May 2024 09:34:42 +1200 Subject: [PATCH] ksh: update screenshot server address --- .kshrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.kshrc b/.kshrc index 5ec31a3..90e01a6 100644 --- a/.kshrc +++ b/.kshrc @@ -13,7 +13,7 @@ alias sway="dbus-launch --exit-with-session sway" alias pmx="pulseaudio --start && pulsemixer" upload () { - rsync "$1" root@baxter.local:/srv/www/sshots/ + rsync "$1" root@baxters.nz:/srv/www/sshots/ printf 'http://%s/sshots/%s' "$(curl ifconfig.co | xargs)" "$(basename "$1")" | wl-copy }