Archive

Archive for July, 2007

AFS Workshop in Köln

July 30th, 2007

Die 13. deutschsprachige AFS-Workshop findet am 20. und 21. September 2007 an der Universität zu Köln statt.

Sicherlich interessant. Mehr dazu: uni-koeln.de/rrzk/afsws2007/

, ,

Prompt magic

July 28th, 2007

Why stick with the standard boring shell prompt when you can easily make it colorful and more informative? In this tip, Daniel Robbins will show you how to get your shell prompt just the way you like it, as well as how to dynamically update your X terminal’s title bar.

IBM Developerworks – Prompt Magic [via netzhure]

farbige man-Pages

July 7th, 2007

export LESS_TERMCAP_mb=$’\E[01;31m’
export LESS_TERMCAP_md=$’\E[01;31m’
export LESS_TERMCAP_me=$’\E[0m’
export LESS_TERMCAP_se=$’\E[0m’
export LESS_TERMCAP_so=$’\E[01;44;33m’
export LESS_TERMCAP_ue=$’\E[0m’
export LESS_TERMCAP_us=$’\E[01;32m’

Sehr praktisch! Funktioniert auch wunderbar mit der Z-Shell.
Gefunden u.a. bei moemoe.