blob: b39df2fe5fb3d91b9f75244a34e73e9737290499 (
plain) (
blame)
1
2
3
4
5
6
7
|
export GOPATH=~/.go/
export LESS="FSRX"
export PATH=${PATH/::/:}
export GPG_TTY=$(tty)
export NNTPSERVER="snews://news.cis.dfn.de"
export EDITOR=emacsclient
export VISUAL=$EDITOR
|