mirror of
https://github.com/kastdeur/dotfiles.git
synced 2025-05-15 04:19:23 +02:00
Possiblity of having special setups for hostnames
For .Bashrc aswell as generic .Profile
This commit is contained in:
parent
0fd6e855bf
commit
37123ca4cd
31 changed files with 3148 additions and 51 deletions
1
envs/cfitsio.active
Normal file
1
envs/cfitsio.active
Normal file
|
@ -0,0 +1 @@
|
|||
export CFITSIO=/home/edeboone/Documents/Stage/bin/cfitsio
|
5
envs/gaia.active
Normal file
5
envs/gaia.active
Normal file
|
@ -0,0 +1,5 @@
|
|||
# Starlink
|
||||
|
||||
export STARLINK_DIR=/vol/optcoma/star-namaka
|
||||
|
||||
[ -r $STARLINK_DIR/etc/profile ] && . $STARLINK_DIR/etc/profile
|
8
envs/healpix.active
Normal file
8
envs/healpix.active
Normal file
|
@ -0,0 +1,8 @@
|
|||
# modifications by HEALPixAutoConf 3.31
|
||||
|
||||
# Version 3.20
|
||||
export HEALPIX_CONFIG=/home/edeboone/Documents/Stage/bin/Healpix_3.20/confdir/3_20_Linux/config
|
||||
|
||||
# Version 3.31
|
||||
#export HEALPIX_CONFIG=/home/edeboone/Documents/Stage/bin/Healpix_3.31/confdir/3_31_Linux/config
|
||||
[ -r $HEALPIX_CONFIG ] && . $HEALPIX_CONFIG
|
15
envs/marie.active
Normal file
15
envs/marie.active
Normal file
|
@ -0,0 +1,15 @@
|
|||
MC=/vol/impuls/marcur
|
||||
PATH=$MC/common/bin:$PATH
|
||||
|
||||
if [[ -d $HOME/public/bin ]]; then
|
||||
PATH=$HOME/public/bin:$PATH
|
||||
fi
|
||||
|
||||
if [[ -d $HOME/bin ]]; then
|
||||
PATH=$HOME/bin:$PATH
|
||||
fi
|
||||
|
||||
MANPATH=$MC/lilo/share/man:$MANPATH
|
||||
## export it all
|
||||
export PATH
|
||||
export MANPATH
|
Loading…
Add table
Add a link
Reference in a new issue