From 9ce38ed201ba2c360648ca58f056a9feb058247c Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Fri, 27 Jan 2012 05:52:42 +0900 Subject: [PATCH] dump env when login --- .profile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.profile b/.profile index 4a9d496..702f319 100755 --- a/.profile +++ b/.profile @@ -1,4 +1,6 @@ #!/bin/sh +env > $HOME/.env.txt + if [ -n "${DESKTOP_SESSION}" ]; then xmodmap -e 'keycode 135 = Alt_R Meta_R' # menu key as alt xmodmap -e 'keycode 101 = Alt_R Meta_R' # hiragana key as alt