#
#  Startup file for bash, this should be placed in
# the home directory of the user.
#

alias more='less'
alias copy='cp'
alias move='mv'
alias dir='ls'

alias lsd='ls -l | grep ^d'
