# put this in your ~/.bashrc or /etc/bzshrc # make sure you paste it _exactly_ like it is below # # ----- skijk@linux.se --- http://skijk.localhosted.net ----- ---------cut---------- TTY=`tty|cut -d/ -f3` PS1="\n\[\033[01;36m\]Ú\[\033[0;36m\](\u@Skisys)\[\033[01;36m\]-\[\033[0;36m\]($TTY)\[\033[01;36m\]-\[\033[0;36m\](\t \d)\[\033[01;36m\]-> \[\033[01;36m\]À\[\033[0;36m\](\[\033[37m\]\w/\[\033[0;36m\])\[\033[01;36m\]->\[\033[37m\] " ---------cut----------