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 }