From 4fa1324bb54b898d280bd4dddadcd654dd447a1e Mon Sep 17 00:00:00 2001 From: Jeremy Baxter Date: Wed, 30 Apr 2025 10:05:24 +1200 Subject: [PATCH] ksh: remove upload() --- .kshrc | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.kshrc b/.kshrc index eb06986..95580e5 100644 --- a/.kshrc +++ b/.kshrc @@ -12,9 +12,4 @@ alias npl="nix profile list" alias sway="dbus-launch --exit-with-session sway" alias pmx="pulseaudio --start && pulsemixer" -upload () { - rsync "$1" root@baxters.nz:/srv/www/sshots/ - printf 'http://%s/sshots/%s' "$(curl ifconfig.co | xargs)" "$(basename "$1")" | wl-copy -} - set -o emacs