diff options
Diffstat (limited to '.zsh/00_skeleton')
-rw-r--r-- | .zsh/00_skeleton | 6 |
1 files changed, 2 insertions, 4 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 +# <file name> # -# shell specific variables +# <description> # # 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 |