summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--.gitignore4
-rw-r--r--.zshrc1
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
diff --git a/.zshrc b/.zshrc
index 61c54e3..87113dd 100644
--- a/.zshrc
+++ b/.zshrc
@@ -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>