summaryrefslogtreecommitdiff
path: root/.zshrc
blob: 5e22f82899f4e66f83f74afd285060c3b8055ea4 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .zshrc
#
# Base zshrc file which simply delegates to files in $ZDOTDIR
#
# Copyright © 2010–2011 Tobias Klauser <tklauser@distanz.ch>
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git
#
# Based on the zsh setup by martin f. krafft which can be found at:
# git://git.madduck.net/etc/zsh.git

ZDOTDIR=$HOME/.zsh
[ -f $ZDOTDIR/.zshrc ] && . $ZDOTDIR/.zshrc