]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - zsh/rc.local
Added the possibility to automatically load configuration files.
[config/dotfiles.git] / zsh / rc.local
1 # Zsh configuration file for my local computer.
2
3
4 # Shortcuts for the prompt and to cd to important directories.
5 unix=~/Documents/unix
6 macports=${unix}/macports
7 htdocs=/Library/WebServer/Documents
8 page=${htdocs}/page
9 # Activate these shortcuts.
10 : ~unix ~macports ~htdocs ~page
11
12 # Aliases for easy and fast cd to important directories.
13 alias cdu='cd ~unix'
14 alias cdm='cd ~macports'
15 alias cdh='cd ~htdocs'
16 alias cdp='cd ~page'