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 ca3354b77e24b1e0f43c8b3e56f7e33e6efc5533
parent e2a0cb8e7d1668a2f41a2edec0a60e5048905d1f
Author: Anders Damsgaard <anders.damsgaard@geo.au.dk>
Date:   Fri,  4 Sep 2015 12:15:51 +0200

remove erroneous EOL chars

Diffstat:
M.bashrc | 8++++----
1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/.bashrc b/.bashrc @@ -187,7 +187,7 @@ if [[ "$HOSTNAME" == "flaptop" ]]; then export PATH=/Library/TeX/Distributions/.DefaultTeX/Contents/Programs/texbin:$PATH fi -if [[ "`hostname`" == "icme-gpu1" ]]; then¬ - source ~/bin/icme-gpu1-modules.sh¬ - export PYTHONPATH=/usr/lib64/python2.6/site-packages:$PYTHONPATH¬ -fi¬ +if [[ "`hostname`" == "icme-gpu1" ]]; then + source ~/bin/icme-gpu1-modules.sh + export PYTHONPATH=/usr/lib64/python2.6/site-packages:$PYTHONPATH +fi