blob: f8e190c1613e80da59de816d267776c9d5cdaa31 (
plain) (
blame)
1
2
3
4
5
6
7
|
set path = ( %%PREFIX%%/bin $path )
# note: PGDATA can be overridden by the -D startup option
setenv PGDATA $HOME/data
#You might want to set some locale stuff here
#setenv LC_ALL sv_SE.ISO_8859-1
|