diff options
author | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-11 00:30:17 +0200 |
---|---|---|
committer | Daniel Friesel <derf@derf.homelinux.org> | 2008-06-11 00:30:17 +0200 |
commit | 763b04ca32077be401a985cf0b93f6749734fb60 (patch) | |
tree | b2f39d37f3e1a94bbae833dba35011b36b1ad962 /etc/profile | |
parent | 1c4285a38d0e45a631a0465df6754462644e241c (diff) |
etc/profile: Print full tty name (tty0 instead of 0)
Diffstat (limited to 'etc/profile')
-rw-r--r-- | etc/profile | 2 |
1 files changed, 1 insertions, 1 deletions
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}" |