diff --git a/dot-tcshrc b/dot-tcshrc index 5bcfd29..e68e89e 100644 --- a/dot-tcshrc +++ b/dot-tcshrc @@ -6,3 +6,5 @@ alias rm 'rm -i' alias cp 'cp -i' alias mv 'mv -i' +set prompt='[%n@%m %c]# ' + diff --git a/rootfiles.spec b/rootfiles.spec index 0e1bd47..e01a338 100644 --- a/rootfiles.spec +++ b/rootfiles.spec @@ -1,6 +1,6 @@ Summary: The basic required files for the root user's directory. Name: rootfiles -Version: 8 +Version: 8.1 Release: 1 License: Public Domain Group: System Environment/Base @@ -38,6 +38,9 @@ rm -rf $RPM_BUILD_ROOT %config(noreplace) /root/.[A-Za-z]* %changelog +* Fri Dec 3 2004 Bill Nottingham 8.1-1 +- restore tcsh prompt into .tcshrc (#141782) + * Wed Sep 22 2004 Bill Nottingham 8-1 - sync files with current /etc/skel stuff - remove Xresources (#75666)