# Source global definitions
if [ -f /etc/bashrc ]; then
. /etc/bashrc
fi
export PROMPT_COMMAND='echo [`pwd`]'
TBAR="\h"
OLDPS1='{$(whoami)}: '
PS1="${TBAR}${OLDPS1}"
alias cls='clear'
alias dir='ls'
alias ll='ls -la'
PATH=$PATH:/opt/perf/lam/bin:/opt/perf/pg/bin
export PATH PS1
Webmaster: Nayda.Santiago@ece.uprm.edu |