#a unix .profile - pretty good stuff if you know how to use it
PATH=/sbin:/usr/sbin:/bin:/usr/bin:/usr/local/bin:/usr/contrib/bin:$HOME/bin:.
echo 'erase ^H, kill ^U, intr ^C status ^T'
stty crt erase kill intr status
export PATH
BLOCKSIZE=1k
export BLOCKSIZE
TERM=vt100
export TERM
set -o vi
snake="krapola"
rm $snake 2>/dev/null
export HISTFILE=$snake
FCEDIT=vi
export FCEDIT
alias ls='ls -F'
alias x='cd $HOME/html/xgwkoeql'
alias a='cd $HOME/html/asdfawedfg'
alias t='cd $HOME/html/thavlai'
alias p='cd $HOME/html/pigshit'
alias ae='cd $HOME/html/ashemail'
alias ash='cd $HOME/html/ash'
alias hot='cd $HOME/html/hotrootid'
alias tabasco='cd $HOME/html/tabasco'
alias unlisted='cd $HOME/html/unlisted'
alias toe='cd $HOME/html/hottoenail'
alias ph='cd $HOME/public_html'
alias john='cd $HOME/html/jalbert12'
alias john2='cd $HOME/html/john'
echo "t= cd thavlai"
echo "a= cd asdfawedfg"
echo "p= cd pigshit"
echo "ae= cd ashemail"
echo "ash= cd ash"
echo "tabasco= cd tabasco"
echo "unlisted= cd unlisted"
echo "toe= cd hottoenail"
echo "hot= cd hotrootid"
echo "ph= cd public_html"
echo "john2= cd $HOME/html/john"