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