test -r ~/.alias && . ~/.alias
PS1='GRASS 7.0.svn (demolocation):\w > '
PROMPT_COMMAND="'/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/etc/prompt.py'"
alias rm='rm -i'
alias mv='mv -i'
alias l='ls -lrt --color=tty'
alias cp='cp -i'
alias ls='ls -F --show-control-chars --color=auto'
alias egrep='egrep --color'
alias fgrep='fgrep --color'
alias grep='grep --color'

export PATH="/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/bin:/home/neteler/grass70/dist.x86_64-unknown-linux-gnu/scripts:/home/neteler/.grass7/addons/bin:/home/neteler/.grass7/addons/scripts:/usr/java/default/bin:/usr/lib64/qt-3.3/bin:/usr/lib64/ccache:/usr/local/bin:/usr/bin:/bin:/usr/sbin:/home/neteler/bin"
export HOME="/home/neteler"
