summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJan Pokorný <jpokorny@redhat.com>2013-04-17 20:07:06 +0200
committerJan Pokorný <jpokorny@redhat.com>2013-04-17 20:08:34 +0200
commit40d3576f6598979308162a2644cf744773b4f8f3 (patch)
tree15780d9908d22da5bee229f416a414bd8f6e11fa
parent650c3266d4a13b5db8973f156f4bc59aa4ed7bc8 (diff)
downloaddotfiles-40d3576f6598979308162a2644cf744773b4f8f3.tar.gz
dotfiles-40d3576f6598979308162a2644cf744773b4f8f3.tar.xz
dotfiles-40d3576f6598979308162a2644cf744773b4f8f3.zip
Reorg 'profile' files
Signed-off-by: Jan Pokorný <jpokorny@redhat.com>
-rw-r--r--.bash_profile8
-rw-r--r--.profile1
-rw-r--r--.xprofile4
3 files changed, 5 insertions, 8 deletions
diff --git a/.bash_profile b/.bash_profile
index 21de32e..55136b9 100644
--- a/.bash_profile
+++ b/.bash_profile
@@ -6,11 +6,3 @@ if [ -f ~/.bashrc ]; then
fi
# User specific environment and startup programs
-
-PATH=$PATH:$HOME/.local/bin:$HOME/bin
-
-# tame java a bit
-# http://forums.fedoraforum.org/showpost.php?p=1325717&postcount=3
-_JAVA_OPTIONS="-Dswing.aatext=true -Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"
-
-export PATH _JAVA_OPTIONS
diff --git a/.profile b/.profile
index a5c09d8..b03e8ec 100644
--- a/.profile
+++ b/.profile
@@ -1 +1,2 @@
+export PATH=$PATH:$HOME/.local/bin:$HOME/bin
export KRB5_CONFIG=$HOME/.krb5conf
diff --git a/.xprofile b/.xprofile
index d95a868..44891fb 100644
--- a/.xprofile
+++ b/.xprofile
@@ -4,3 +4,7 @@ xinput set-button-map 8 1 2 3 4 5 0 0
# add czech keyboard layout, switch by shift+capslock
#setxkbmap -layout "us,cz"
setxkbmap -layout "us,cz" -option "grp:shift_caps_toggle,grp_led:scroll"
+
+# tame java a bit
+# http://forums.fedoraforum.org/showpost.php?p=1325717&postcount=3
+export _JAVA_OPTIONS="$_JAVA_OPTIONS -Dswing.aatext=true -Dawt.useSystemAAFontSettings=on -Dswing.defaultlaf=com.sun.java.swing.plaf.gtk.GTKLookAndFeel"