mirror of
https://github.com/kastdeur/dotfiles.git
synced 2024-11-14 07:33:32 +01:00
5 lines
120 B
Text
5 lines
120 B
Text
|
# Add iraf setup commands
|
||
|
if [ -e /home/ericteunis/.iraf/setup.sh ]; then
|
||
|
source /home/ericteunis/.iraf/setup.sh
|
||
|
fi
|