diff options
author | Tobias Klauser <tklauser@distanz.ch> | 2014-02-22 11:13:23 +0100 |
---|---|---|
committer | Tobias Klauser <tklauser@distanz.ch> | 2014-02-22 11:13:23 +0100 |
commit | 0d99f8ee6a89803b9f00ccfe078d5bb0c0cdee04 (patch) | |
tree | 7a98b1a2b7fca97701d7654667ffe7fe82e42d8f /.zsh/00_skeleton | |
parent | 48e59cfdfc9ac27c7073b266a0bf59b93b82882a (diff) | |
parent | a3c5317606dafcd5cc569b8b68d7e00ea9624c03 (diff) |
Merge branch 'master' of git+ssh://git.distanz.ch/home/tklauser/scm/dotfiles/zsh
Diffstat (limited to '.zsh/00_skeleton')
-rw-r--r-- | .zsh/00_skeleton | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/.zsh/00_skeleton b/.zsh/00_skeleton index f28ffd4..d577548 100644 --- a/.zsh/00_skeleton +++ b/.zsh/00_skeleton @@ -1,11 +1,13 @@ -# <file name> +# zshenv/00_shell # -# <description> +# shell specific variables # -# Copyright © 2013 Tobias Klauser <tklauser@distanz.ch> +# 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 |