From 1f072306bd6b7dd9207266ffe15f7d2b4891932b Mon Sep 17 00:00:00 2001 From: Tobias Klauser Date: Mon, 24 Feb 2014 13:40:27 +0100 Subject: zshenv: Fixup 00_shell and skeleton mixup --- .zsh/00_skeleton | 6 ++---- .zsh/zshenv/00_shell | 4 +++- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.zsh/00_skeleton b/.zsh/00_skeleton index d577548..270387f 100644 --- a/.zsh/00_skeleton +++ b/.zsh/00_skeleton @@ -1,13 +1,11 @@ -# zshenv/00_shell +# # -# shell specific variables +# # # Copyright © 2014 Tobias Klauser # 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 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 # -# +# shell specific variables # # Copyright © 2014 Tobias Klauser # 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 -- cgit v1.2.3-54-g00ecf