.bashrc: add alias termbin

This commit is contained in:
Lexi / Zoe 2020-07-10 18:25:31 +02:00
parent 1412015576
commit 6c788b9b06
Signed by: binaryDiv
GPG Key ID: F8D4956E224DA232
1 changed files with 3 additions and 0 deletions

View File

@ -77,6 +77,9 @@ alias wine32='env WINEARCH=win32 WINEPREFIX="$HOME/.wine32" wine'
alias youtube-dl-mp3='youtube-dl -x --audio-format mp3' alias youtube-dl-mp3='youtube-dl -x --audio-format mp3'
# termbin.com: terminal pastebin
alias termbin='nc termbin.com 9999'
# Stop Ctrl-S from doing terminally things in vim/vimdiff # Stop Ctrl-S from doing terminally things in vim/vimdiff
vim() { vim() {
local STTYOPTS="$(stty --save)" local STTYOPTS="$(stty --save)"