From 044bd9ef33db9c691f0eb8412c8f9cbec8a23adc Mon Sep 17 00:00:00 2001 From: hgw Date: Tue, 3 Oct 2023 06:13:36 -0700 Subject: [PATCH] Update dotfiles/.zshrc-linux --- dotfiles/.zshrc-linux | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dotfiles/.zshrc-linux b/dotfiles/.zshrc-linux index 4e70cfa..66d3f94 100644 --- a/dotfiles/.zshrc-linux +++ b/dotfiles/.zshrc-linux @@ -15,7 +15,7 @@ alias lsa="ls -lhsa --color --group-directories-first" alias gcs="git commit -S -m" alias duf="docker compose down && docker compose up -d --build && docker compose logs -f" hf() { - curl -F file=@$1 https://hardfiles.org | pbcopy + curl -F file=@$1 https://hardfiles.org } #hfs() { # filename=$HOME/.scrot/$(cat /dev/urandom | LC_ALL=C tr -dc 'a-zA-Z0-9' | fold -w 50 | head -n 1).png