diff options
Diffstat (limited to '.zprofile')
-rw-r--r-- | .zprofile | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/.zprofile b/.zprofile new file mode 100644 index 0000000..c515bf9 --- /dev/null +++ b/.zprofile @@ -0,0 +1,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 |