]> code.delx.au - dotfiles/commitdiff
vncviewer alias
authorJames Bunton <jamesbunton@delx.net.au>
Sat, 7 Jul 2012 10:16:43 +0000 (20:16 +1000)
committerJames Bunton <jamesbunton@delx.net.au>
Sat, 7 Jul 2012 10:16:43 +0000 (20:16 +1000)
.bash/interactive

index d1c1b31d38fd4fe3f2a6a44d3350b26d42fa36f7..60f07b43c5006d7f691ec93566ee91fe0a37671e 100644 (file)
@@ -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