summaryrefslogtreecommitdiff
path: root/.zprofile
blob: c515bf9ad1b91d31fa33b0a4e875d80551e093a2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# .zprofile
#
# Base zprofile file which simply delegates to files in $ZDOTDIR
#
# Copyright © 2022 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/.zprofile ] && . $ZDOTDIR/.zprofile