diff options
author | Daniel Robbins <drobbins@gentoo.org> | 2001-08-22 21:18:13 +0000 |
---|---|---|
committer | Daniel Robbins <drobbins@gentoo.org> | 2001-08-22 21:18:13 +0000 |
commit | d828a33316ddf4114e1155dad80f651fc54e9d42 (patch) | |
tree | 65a2ae232c28c8a0df75bd8cab00b8b0ca1ee37b /sys-apps/baselayout/files | |
parent | formatting fixes, mainly (diff) | |
download | gentoo-2-d828a33316ddf4114e1155dad80f651fc54e9d42.tar.gz gentoo-2-d828a33316ddf4114e1155dad80f651fc54e9d42.tar.bz2 gentoo-2-d828a33316ddf4114e1155dad80f651fc54e9d42.zip |
lots 'o stuff
Diffstat (limited to 'sys-apps/baselayout/files')
-rw-r--r-- | sys-apps/baselayout/files/profile | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/sys-apps/baselayout/files/profile b/sys-apps/baselayout/files/profile index a1429c4454db..a1e121addfd6 100644 --- a/sys-apps/baselayout/files/profile +++ b/sys-apps/baselayout/files/profile @@ -9,14 +9,15 @@ then fi if [ `/usr/bin/whoami` == 'root' ] ; then - export PS1='\[\033[01;31;40m\]\h \[\033[01;34;40m\]\W \$ \[\033[00m\]' + export PS1='\[\033[01;31m\]\h \[\033[01;34m\]\W \$ \[\033[00m\]' export PATH=/bin:/sbin:/usr/bin:/usr/sbin:${ROOTPATH} #077 would be more secure, but 022 is generally quite realistic umask 022 else - export PS1='\[\033[01;32;40m\]\u@\h \[\033[01;34;40m\]\W \$ \[\033[00m\]' + export PS1='\[\033[01;32m\]\u@\h \[\033[01;34m\]\W \$ \[\033[00m\]' export PATH=/bin:/usr/bin:${PATH} umask 022 fi unset ROOTPATH -export EDITOR=/usr/bin/nano +#This actually ends up being the e3 pico clone +export EDITOR=/usr/bin/pico |