#!/usr/bin/env zsh

export BLOCKSIZE=K
export LESS=-Mi
#export LSCOLORS=ExGxcxdxCxegDxabagacad
export PAGER=less

export NNTPSERVER=newsgroups.telenet.be
export PATH=~/bin:${PATH}

# Needed for ssh-agent and others
if [[ -z "$SSH_AUTH_SOCK" ]]; then
    export SSH_AUTH_SOCK=$HOME/.ssh/ssh-auth-sock.$HOSTNAME
fi