summaryrefslogtreecommitdiff
path: root/.zsh/zshenv/00_shell
diff options
context:
space:
mode:
authorTobias Klauser <tklauser@distanz.ch>2014-02-24 13:40:27 +0100
committerTobias Klauser <tklauser@distanz.ch>2014-02-24 13:40:27 +0100
commit1f072306bd6b7dd9207266ffe15f7d2b4891932b (patch)
tree7d4142be280be3d88a1fb6970da2815696fe28be /.zsh/zshenv/00_shell
parent0d99f8ee6a89803b9f00ccfe078d5bb0c0cdee04 (diff)
zshenv: Fixup 00_shell and skeleton mixup
Diffstat (limited to '.zsh/zshenv/00_shell')
-rw-r--r--.zsh/zshenv/00_shell4
1 files changed, 3 insertions, 1 deletions
diff --git a/.zsh/zshenv/00_shell b/.zsh/zshenv/00_shell
index 3b7fa98..d577548 100644
--- a/.zsh/zshenv/00_shell
+++ b/.zsh/zshenv/00_shell
@@ -1,11 +1,13 @@
# zshenv/00_shell
#
-# <description>
+# 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