diff --git a/laptop/configs/home/.zshrc b/laptop/configs/home/.zshrc index 60ad499..e408d02 100644 --- a/laptop/configs/home/.zshrc +++ b/laptop/configs/home/.zshrc @@ -64,7 +64,7 @@ pst() { return 1 fi - curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz/upload + curl -F "file=@$file" -H "X-Auth: $(cat ~/.key)" https://paste.jabuxas.xyz if [[ -p /dev/stdin ]]; then rm "$file"