# .bashrc

# User specific aliases and functions

# Source global definitions
if [ -f /etc/bashrc ]; then
        . /etc/bashrc
fi

# Set the shell prompt
export PS1='\h:\w\$ '
export SIAM_HOME=/mnt/hda/siam
. /etc/siam/siamEnv

alias ll='ls -AlF'




