diff options
author | Florian Pritz <f-p@gmx.at> | 2009-02-22 16:48:56 +0100 |
---|---|---|
committer | Florian Pritz <f-p@gmx.at> | 2009-02-22 16:48:56 +0100 |
commit | 2858c9443f704487e6d80dc4850872c507d73fe3 (patch) | |
tree | f13a5acfb24d7822e1aa9daf7cb386353d63aa47 | |
parent | 26864d392ff087a49e51943c45b17db2a608c72c (diff) | |
download | dotfiles-2858c9443f704487e6d80dc4850872c507d73fe3.tar.gz dotfiles-2858c9443f704487e6d80dc4850872c507d73fe3.tar.xz |
update
-rw-r--r-- | .gitignore | 4 | ||||
-rw-r--r-- | .zshrc | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ad7bf7d --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ +* +!.zsh/rc +!.zshrc +!.gitignore @@ -1,5 +1,6 @@ #---------------------------------------------------- # File: ~/.zshrc +# Version: 0.4.1 # Version: 0.4.0 # Date: 2009-02-14 # Author: Florian "Bluewind" Pritz <f-p@gmx.at> |