--- /dev/null
+# Bash configuration file for zucker.schokokeks.org.
+
+
+# Aliases for easy and fast cd to important directories.
+#alias cdh='cd; cd websites/ruderich.org/htdocs'
+#alias cdl='cd; /var/log/apache2/ruderich'
+
+# Immediately start zsh.
+zsh
--- /dev/null
+# Zsh configuration file for environment related options for
+# zucker.schokokeks.org.
+
+
+# Add my bin/ directory to the default PATH.
+typeset -U path
+path=($HOME/bin $path)
--- /dev/null
+# Zsh configuration file for zucker.schokokeks.org.
+
+
+# Shortcuts for the prompt and to cd to important directories.
+htdocs=~/websites/ruderich.org/htdocs
+logs=/var/log/apache2/ruderich
+# Activate these shortcuts.
+: ~htdocs ~logs
+
+# Aliases for easy and fast cd to important directories.
+alias cdh='cd ~htdocs'
+alias cdl='cd ~logs'