.bashrc: add alias termbin
This commit is contained in:
parent
1412015576
commit
6c788b9b06
3
.bashrc
3
.bashrc
|
|
@ -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)"
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue