| File: special/bbc-provided/files/bashrc | |
|---|---|
| base-0 | patch-1 |
| Line 22 | Line 22 |
| export PATH=/bin:/sbin:/games:/usr/local/bin export PS1 CVS_RSH RSYNC_RSH RSH PATH | export PATH=/bin:/sbin:/games:/usr/local/bin export PS1 CVS_RSH RSYNC_RSH RSH PATH |
| export PROMPT_GLUE_COLOR='35' export PROMPT_INFO_COLOR='1;35' | export PROMPT_GLUE_COLOR='1;34' export PROMPT_INFO_COLOR='1;36' |
| alias ls='ls --color=auto' alias quine='alias quine' | alias ls='ls --color=auto' alias quine='alias quine' |
| function man(){ echo 'man and info pages are not included for space reasons; for general' echo 'help, try "help".' } function info(){ echo 'man and info pages are not included for space reasons; for general' echo 'help, try "help".' } | |
| function sshd(){ echo '(You did NOT start sshd by typing this command!)' echo | function sshd(){ echo '(You did NOT start sshd by typing this command!)' echo |
| Line 54 | Line 44 |
| } function browser_warning(){ | } function browser_warning(){ |
| echo 'The only graphical browser provided here is browsex.' | echo 'The only graphical browser provided here is MozillaFirebird' |
| echo echo 'Text-oriented browsers provided here include lynx, links,' echo 'w3m, wget, and curl.' } | echo echo 'Text-oriented browsers provided here include lynx, links,' echo 'w3m, wget, and curl.' } |
| alias mozilla=browser_warning | alias mozilla=MozillaFirebird |
| alias netscape=browser_warning | alias netscape=browser_warning |
| alias phoenix=browser_warning | alias phoenix=MozillaFirebird alias browsex=browser_warning |
| alias dillo=browser_warning # allow help script to be run instead of shell builtin help | alias dillo=browser_warning # allow help script to be run instead of shell builtin help |