# HG changeset patch # User huston@80426f53-59d1-405d-934b-f07cd76f4a1a # Date 1366417764 0 # Node ID 09b915fb36b83dc42db5a5a8a4cc81b96eb953cc # Parent f9fa25bac9a8fcfcf3fa20e1000b93dd52ec5625 * JT-65 alias for Wine on the home (ham shack) computer * .hgrc that I started experimenting with - since I really need to give Mercurial a better shot or at least remind myself why I stopped. diff -r f9fa25bac9a8 -r 09b915fb36b8 .bash_aliases --- a/.bash_aliases Sat Mar 02 04:56:34 2013 +0000 +++ b/.bash_aliases Sat Apr 20 00:29:24 2013 +0000 @@ -92,6 +92,7 @@ alias base64='openssl enc -a' alias bsr='bigscreen -raAx' alias irssi-test='irssi --home=$HOME/irssi-test/' +alias jt65='wine /Users/huston/.wine/drive_c/Program\ Files/jt65hf109/jt65-hf.exe' alias pine='alpine' alias ret='screen -raAx' alias rot13="tr 'a-zA-Z' 'n-za-mN-ZA-M'" diff -r f9fa25bac9a8 -r 09b915fb36b8 .hgrc --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/.hgrc Sat Apr 20 00:29:24 2013 +0000 @@ -0,0 +1,13 @@ +[ui] +username = Steve Huston +merge = vimdiff + +[extensions] +convert = +keyword = +color = +hgsubversion = + +[merge-tools] +vimdiff.executable = vim +vimdiff.args = -d $base $local $output $other -c "wincmd J"