From 4be2fb4e53dfd1493dc0e4603f2dbf005bea9a09 Mon Sep 17 00:00:00 2001 From: Chloe Kudryavtsev Date: Thu, 6 May 2021 12:13:43 -0400 Subject: remove zsh --- dot_local/share/toasty/functions/brpaste | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 dot_local/share/toasty/functions/brpaste (limited to 'dot_local/share/toasty/functions/brpaste') diff --git a/dot_local/share/toasty/functions/brpaste b/dot_local/share/toasty/functions/brpaste deleted file mode 100644 index b4cf5ef..0000000 --- a/dot_local/share/toasty/functions/brpaste +++ /dev/null @@ -1,6 +0,0 @@ -#!/bin/zsh -host='https://brpaste.xyz' -[[ $# -eq 0 ]] && set -- '-' -brpaste_id=$(curl -\#fF "data=<$1" "$host") \ - || { echo 'ERROR: Upload failed!' >&2 && return 1; } -printf '%s/%s\n' "$host" "$brpaste_id" -- cgit v1.2.3