dotfiles

configuration files for shell, text editor, graphical environment, etc.
git clone git://src.adamsgaard.dk/dotfiles
Log | Files | Refs | README | LICENSE Back to index

commit 98faaaefaf8c3b4cf2b8ac596618a279910b5ce6
parent b63ff194401ca47b19c188df4145447a716fa153
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Wed, 26 Mar 2014 10:39:28 +0100

fix font size, merged ICE differences into bashrc

Diffstat:
M.Xresources | 2+-
M.bashrc | 2++
2 files changed, 3 insertions(+), 1 deletion(-)

diff --git a/.Xresources b/.Xresources @@ -43,7 +43,7 @@ URxvt.keysym.C-6: command:\033]710;xft:inconsolata:size=16\007\033]711;xft:incon URxvt.keysym.C-7: command:\033]710;xft:inconsolata:size=18\007\033]711;xft:inconsolata:size=18\007 URxvt.keysym.C-8: command:\033]710;xft:inconsolata:size=24\007\033]711;xft:inconsolata:size=24\007 URxvt.keysym.C-9: command:\033]710;-*-uushi-*-*-*-*-*-*-*-*-*-*-*-*\007\033]711;-*-uushi-*-*-*-*-*-*-*-*-*-*-*-*\007 -URxvt.keysym.C-0: command:\033]710;-*-termsynu-medium-r-*-*-14-*-*-*-*-*-*-*\007\033]711;-*-termsynu-medium-r-*-*-14-*-*-*-*-*-*-*\007 +URxvt.keysym.C-0: command:\033]710;-*-termsynu-medium-r-*-*-13-*-*-*-*-*-*-*\007\033]711;-*-termsynu-medium-r-*-*-13-*-*-*-*-*-*-*\007 !urxvt*font: -*-lemon-*-*-*-*-*-*-*-*-*-*-*-* !urxvt*boldFont: -*-lemon-*-*-*-*-*-*-*-*-*-*-*-* diff --git a/.bashrc b/.bashrc @@ -98,6 +98,8 @@ if [ `hostname` == "master" ] || [ `hostname` == "node04" ] || [ `hostname` == "node05" ] ; then + export PATH=~/code/julia:$PATH + # PGI compiler PGI=/opt/pgi; export PG PATH=/opt/pgi/linux86-64/11.9/bin:$PATH; export PATH