diff options
-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> |