From 6d01978ee5ef4db83e6a9afde1b8f7102851963b Mon Sep 17 00:00:00 2001 From: Simon Ruderich Date: Fri, 5 Sep 2008 23:47:55 +0200 Subject: [PATCH] Configuration files for zucker.schokokeks.org for bash and zsh. --- bash/rc.zucker | 9 +++++++++ zsh/env.zucker | 7 +++++++ zsh/rc.zucker | 12 ++++++++++++ 3 files changed, 28 insertions(+) create mode 100644 bash/rc.zucker create mode 100644 zsh/env.zucker create mode 100644 zsh/rc.zucker 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' -- 2.44.1