From: James Bunton Date: Sat, 7 Jul 2012 10:16:43 +0000 (+1000) Subject: vncviewer alias X-Git-Url: https://code.delx.au/dotfiles/commitdiff_plain/28cbf4ce60590671428ef891c6c72f58234f2e5d vncviewer alias --- diff --git a/.bash/interactive b/.bash/interactive index d1c1b31..60f07b4 100644 --- a/.bash/interactive +++ b/.bash/interactive @@ -49,6 +49,7 @@ alias less='less -R' alias grep='grep --color=auto --exclude "*.svn-base"' alias scp='scp -o ControlPath=none' alias bc='bc -ql' +alias vv='vncviewer -encodings "tight hextile copyrect"' # Bash should check the terminal size after every command terminates shopt -s checkwinsize