Skip to content

Commit

Permalink
Add .dotzsh with version and source from env.zsh
Browse files Browse the repository at this point in the history
  • Loading branch information
benohara committed Aug 4, 2012
1 parent d0053db commit 958962a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .dotzsh
@@ -0,0 +1 @@
0.1.5b
2 changes: 2 additions & 0 deletions env.zsh
Expand Up @@ -7,6 +7,8 @@
# Ben O'Hara <bohara@gmail.com>
#

export DOTZSH_VERSION=$(head -1 ~/.zsh/.dotzsh)

# Paths
typeset -gU cdpath fpath mailpath manpath path
typeset -gUT INFOPATH infopath
Expand Down
2 changes: 0 additions & 2 deletions init.zsh
Expand Up @@ -9,8 +9,6 @@
# Ben O'Hara <bohara@gmail.com>
#

export DOTZSH_VERSION=0.1.4

if [ -z "${DOTZSHLOCAL}" ]; then
export DOTZSHLOCAL="$DOTZSH.local"
fi
Expand Down

0 comments on commit 958962a

Please sign in to comment.