1
1
Fork 0

zshrc: Add back sprunge

It seems to be back *and* support https now.
This commit is contained in:
Jonathan Schleifer 2024-03-11 21:53:00 +00:00
parent 461d45c964
commit ddc3010a0a

1
zshrc
View file

@ -422,6 +422,7 @@ if __has_command cryptopassphrase; then
alias pws="pwnk -k ~/.cryptopassphrase-server.key" alias pws="pwnk -k ~/.cryptopassphrase-server.key"
fi fi
sprunge() { curl -F'sprunge=<-' https://sprunge.us }
0x0st() { curl -F'file=@-' https://0x0.st } 0x0st() { curl -F'file=@-' https://0x0.st }
if [ -f /sys/class/power_supply/BAT0/power_now ]; then if [ -f /sys/class/power_supply/BAT0/power_now ]; then