On 2015-07-31, listas...@dna.uba.ar <listas...@dna.uba.ar> wrote:

> What aliases or custom functions do you use?

Nothing exciting.
Here's a useful one not everybody might know about:

alias doas='doas '

Also, just for kicks I keep these around, although they aren't
terribly useful in a windowing environment where you can just resize
your xterm:

alias c132='printf "\033[?3h"; stty columns 132; kill -WINCH $$' # set DECCOLM
alias c80='printf "\033[?3l"; stty columns 80; kill -WINCH $$' # reset DECCOLM

-- 
Christian "naddy" Weisgerber                          na...@mips.inka.de

Reply via email to