From 763b04ca32077be401a985cf0b93f6749734fb60 Mon Sep 17 00:00:00 2001 From: Daniel Friesel Date: Wed, 11 Jun 2008 00:30:17 +0200 Subject: etc/profile: Print full tty name (tty0 instead of 0) --- etc/profile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/etc/profile b/etc/profile index dc59043..e7807f2 100644 --- a/etc/profile +++ b/etc/profile @@ -1,2 +1,2 @@ source $HOME/packages/zsh/etc/colors -print -P "${info}>>${reset} this is ${info}`uname -srm`${reset} on ${info}%l${reset}" +print -P "${info}>>${reset} this is ${info}`uname -srm`${reset} on ${info}%y${reset}" -- cgit v1.2.3