diff options
author | David Runge <david.runge@frqrec.com> | 2014-10-24 14:15:30 +0200 |
---|---|---|
committer | David Runge <david.runge@frqrec.com> | 2014-10-24 14:15:30 +0200 |
commit | d33721a35f7f61b89acaacc3e53368ae8d99d750 (patch) | |
tree | fac93dd685a171f7c86e3fda8513d4960e11a466 | |
parent | 299727ffccab54370cb962605f2b9830be7667d9 (diff) | |
download | dotfiles-d33721a35f7f61b89acaacc3e53368ae8d99d750.tar.gz dotfiles-d33721a35f7f61b89acaacc3e53368ae8d99d750.tar.bz2 dotfiles-d33721a35f7f61b89acaacc3e53368ae8d99d750.tar.xz dotfiles-d33721a35f7f61b89acaacc3e53368ae8d99d750.zip |
Added zprezto as submodule
-rw-r--r-- | .gitignore | 1 | ||||
-rw-r--r-- | .gitmodules | 3 | ||||
m--------- | .zprezto | 0 |
3 files changed, 3 insertions, 1 deletions
@@ -357,7 +357,6 @@ svn/ .zhistory .zlogin .zlogout -.zprezto .zpreztorc .zprofile .zshenv diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..7e97532 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule ".zprezto"] + path = .zprezto + url = https://github.com/sorin-ionescu/prezto diff --git a/.zprezto b/.zprezto new file mode 160000 +Subproject d020d34e595fd59853e28def6da295b310fa756 |