1
0
mirror of https://github.com/bertptrs/vimconfig.git synced 2025-12-25 12:30:32 +01:00

Paste.rs config.

This commit is contained in:
2020-05-06 20:45:07 +02:00
parent 91d79a3eee
commit 65d6c66d2c

View File

@@ -75,6 +75,12 @@ alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
alias makej="make -j$(nproc)"
alias sdc='sudo docker-compose'
# Not an alias but useful nonetheless.
function pasters() {
local file=${1:-/dev/stdin}
curl --data-binary @${file} https://paste.rs
}
# Ensure we can make cheap copies on btrfs
alias cp='cp --reflink=auto'