]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/host/rc.zucker
afbb955417595d92cce829ae270a13111ce44e9a
[config/dotfiles.git] / zsh / host / rc.zucker
1 # Zsh configuration file for zucker.schokokeks.org.
2
3
4 # Shortcuts for the prompt and to cd to important directories.
5 htdocs=~/websites/ruderich.org/htdocs
6 logs=/var/log/apache2/ruderich
7 # Activate these shortcuts.
8 : ~htdocs ~logs
9
10 # Aliases for easy and fast cd to important directories.
11 alias cdh='cd ~htdocs'
12 alias cdl='cd ~logs'
13
14 # vim: ft=zsh