This blog contains some important fundae for linux users, which may look very trivial, but are very useful.

Konsole Title

To change the konsole title to current working directory ($PWD), put the following line in .bashrc

PS1=$PS1"\[\e]30;\w\a\]"

No comments: