Blog
This is a private homepage... ;)
Hamburg, smile!
Telemichel
The radio tower of Hamburg, called "Telemichel (german)". Okay, the right one is a little bit lame but it is a Warholdroid... :) The photos was taken with a HTC G1 and the software is called FxCamera. I don't know the homepage, so if you wanna use it just just search for it in the Android Market.
Denmark, BECKS and Me
Happy Birthday Gentoo Linux
Gentoo became 10 years old on the 4th of October. Happy Birthday!!! This means that I have tried Gentoo about 10 years ago... what a long time. I am steady lucky with this distribution and I hope I will be it in the future. Thank you to all developers who had contributed to the Gentoo project in the past 10 years! You're have done a great work!
I love the Zsh prompt used in Gentoo! Here it is...
Since I am using the Zsh as default Shell on my Linux machines but not all of them are Gentoo based, I put the Gentoo prompt here.
Screenshot:
Just put the following lines to your .zshrc and you will be able to use this prompt on all distributions, not only Gentoo. Shure, I could copy the prompt file to the default directory in /usr/share/zsh/... but it is easier to just copy the .zshrc file from system to system...:
prompt_gentoo_setup () {prompt_gentoo_prompt=${1:-'blue'}prompt_gentoo_user=${2:-'green'}prompt_gentoo_root=${3:-'red'}if [ "$USER" = 'root' ]thenbase_prompt="%B%F{$prompt_gentoo_root}%m%k "elsebase_prompt="%B%F{$prompt_gentoo_user}%n@%m%k "fipost_prompt="%b%f%k"#setopt noxtrace localoptionspath_prompt="%B%F{$prompt_gentoo_prompt}%1~"PS1="$base_prompt$path_prompt %# $post_prompt"PS2="$base_prompt$path_prompt %_> $post_prompt"PS3="$base_prompt$path_prompt ?# $post_prompt"}prompt_gentoo_setup "$@"




