Update dotfiles/.zshrc-linux

This commit is contained in:
hgw 2023-10-03 06:13:36 -07:00
parent d849768320
commit 044bd9ef33
1 changed files with 1 additions and 1 deletions

View File

@ -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