Update dotfiles/.zshrc-linux
This commit is contained in:
parent
d849768320
commit
044bd9ef33
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user