gitconfig: New alias `amend' does the obvious thing.
[profile] / vncsession
CommitLineData
eae29a8c
MW
1#! /bin/bash
2
3# --- Lots of sensible initialisation ---
4
5exec >$HOME/.vnc-errors 2>&1
6set -vx
7
8__mdw_force_secure_session=yes
9. $HOME/.bash_profile
10EOPTS="-econfdir $HOME/.enlightenment-vnc"
ec2de2b7 11VNCSESSION=true
eae29a8c
MW
12xmodmap -e 'keysym Alt_L = Meta_L'
13xmodmap -e 'keysym Alt_R = Meta_R'
14. $HOME/.xinitrc
15. $HOME/.bash_logout