test -r ~/.alias && . ~/.alias
PS1='GRASS 7.0.1 (gisconf):\w > '
grass_prompt() {
	LOCATION="`g.gisenv get=GISDBASE,LOCATION_NAME,MAPSET separator='/'`"
	if test -d "$LOCATION/grid3/G3D_MASK" && test -f "$LOCATION/cell/MASK" ; then
		echo [2D and 3D raster MASKs present]
	elif test -f "$LOCATION/cell/MASK" ; then
		echo [Raster MASK present]
	elif test -d "$LOCATION/grid3/G3D_MASK" ; then
		echo [3D raster MASK present]
	fi
}
PROMPT_COMMAND=grass_prompt
export GRASS_GNUPLOT="gnuplot -persist"
export GRASS_ADDON_PATH=/home/amuriy/bin/grass-addons_bin:/home/amuriy/bin/grass-addons_bin:/home/amuriy/dev/GRASS-scripts/Python
export GRASS_PAGER=more
export GRASS_ADDON_BASE=/home/amuriy/.grass7/addons
export GRASS_HTML_BROWSER=xdg-open
export GRASS_VERSION=7.0.1
export GRASS_PROJSHARE=/usr/share/proj
export GRASS_PYTHON=python
export PATH="/usr/lib/grass70/bin:/usr/lib/grass70/scripts:/home/amuriy/.grass7/addons/bin:/home/amuriy/.grass7/addons/scripts:/home/amuriy/bin/grass-addons_bin:/home/amuriy/bin/grass-addons_bin:/home/amuriy/dev/GRASS-scripts/Python:/home/amuriy/bin/grass-addons_bin:/home/amuriy/bin/grass-addons_bin:/home/amuriy/dev/GRASS-scripts/Python:/home/amuriy/bin/grass-addons_bin:/home/amuriy/bin/grass-addons_bin:/home/amuriy/dev/GRASS-scripts/Python:/usr/local/bin/:/bin/:/sbin:/usr/bin/:/usr/local/sbin:/usr/sbin:/home/amuriy/bin:/home/amuriy/bin/TauDEM_5.0.6/bin:/usr/local/texlive/2012/bin/i386-linux:/home/amuriy/bin/grass64_bin/bin:/home/amuriy/bin/grass64_bin/grass-6.4.4svn:/home/amuriy/bin/grass70_bin/bin:/usr/local/LandSerf/:/home/amuriy/bin/gmvault-v1.8.1-beta/bin:/usr/share/fslint/fslint:/home/amuriy/.opam/system/bin/:/home/amuriy/bin/EasyMesh"
export HOME="/home/amuriy"
