From: Simon Ruderich Date: Fri, 5 Sep 2008 21:47:55 +0000 (+0200) Subject: Configuration files for zucker.schokokeks.org for bash and zsh. X-Git-Url: https://ruderich.org/simon/gitweb/?a=commitdiff_plain;h=6d01978ee5ef4db83e6a9afde1b8f7102851963b;p=config%2Fdotfiles.git Configuration files for zucker.schokokeks.org for bash and zsh. --- diff --git a/bash/rc.zucker b/bash/rc.zucker new file mode 100644 index 0000000..79d3c48 --- /dev/null +++ b/bash/rc.zucker @@ -0,0 +1,9 @@ +# 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 diff --git a/zsh/env.zucker b/zsh/env.zucker new file mode 100644 index 0000000..ae383d0 --- /dev/null +++ b/zsh/env.zucker @@ -0,0 +1,7 @@ +# 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) diff --git a/zsh/rc.zucker b/zsh/rc.zucker new file mode 100644 index 0000000..61ad339 --- /dev/null +++ b/zsh/rc.zucker @@ -0,0 +1,12 @@ +# 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'