summaryrefslogtreecommitdiff
path: root/.zsh/00_skeleton
blob: d5775486cc359edb9b703da1155a5a26e3448b95 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# zshenv/00_shell
#
# shell specific variables
#
# Copyright © 2014 Tobias Klauser <tklauser@distanz.ch>
# Released under the terms of the Artistic Licence 2.0
#
# Source repository: git://git.distanz.ch/dotfiles/zsh.git

# let the world know we're using zsh (e.g. to use zsh for the shell command in make)
export SHELL=/bin/zsh

# vim:ft=zsh