ksh: remove upload()

This commit is contained in:
Jeremy Baxter 2025-04-30 10:05:24 +12:00
parent e8f85675c5
commit 4fa1324bb5

5
.kshrc
View file

@ -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