mirror of
https://github.com/bertptrs/vimconfig.git
synced 2025-12-25 20:40:32 +01:00
Paste.rs config.
This commit is contained in:
@@ -75,6 +75,12 @@ alias wget="wget --hsts-file=\"$XDG_CACHE_HOME/wget-hsts\""
|
|||||||
alias makej="make -j$(nproc)"
|
alias makej="make -j$(nproc)"
|
||||||
alias sdc='sudo docker-compose'
|
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
|
# Ensure we can make cheap copies on btrfs
|
||||||
alias cp='cp --reflink=auto'
|
alias cp='cp --reflink=auto'
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user