diff options
author | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 20:58:03 +0000 |
---|---|---|
committer | Pascal Rigaux <pixel@mandriva.com> | 2000-04-20 20:58:03 +0000 |
commit | cea41ee6a61d844cde0b4dbd6d325f351dadf4b1 (patch) | |
tree | 01d6eb78d00ec94c885a33a757500193ef1e1d85 /rescue/tree/etc/profile | |
parent | 448bd28d082118bf27c724df11b6a0a41bca9ca4 (diff) | |
download | drakx-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar drakx-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.gz drakx-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.bz2 drakx-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.tar.xz drakx-cea41ee6a61d844cde0b4dbd6d325f351dadf4b1.zip |
no_comment
Diffstat (limited to 'rescue/tree/etc/profile')
-rw-r--r-- | rescue/tree/etc/profile | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/rescue/tree/etc/profile b/rescue/tree/etc/profile new file mode 100644 index 000000000..ffd2b3174 --- /dev/null +++ b/rescue/tree/etc/profile @@ -0,0 +1,24 @@ +# /etc/profile +# (c) MandrakeSoft, Chmouel Boudjnah <chmouel@mandrakesoft.com> + +# System wide environment and startup programs +# Functions and aliases go in /etc/bashrc + +PROFILE_LOADED=1 + +export PATH=/bin:/sbin:/usr/bin:/usr/sbin + +PS1="[root@rescue]\\$ " +ls () { /bin/ls --color=auto -F "$@";} +ll () { /bin/ls --color=auto -Fl "$@";} +d () { /bin/ls --color=auto -F "$@";} +s () { cd .. ;} +which () { type -p "$@" ;} +HOSTNAME=rescue +HISTSIZE=1000 +HISTFILESIZE=1000 + +INPUTRC=/etc/inputrc +export PATH PS1 USER HOSTNAME HISTSIZE HISTFILESIZE INPUTRC + +cat /etc/issue |