Advertising
- Unnamed
- Monday, February 12th, 2007 at 4:07:03pm UTC
- # System-wide .bashrc file for interactive bash(1) shells.
- # To enable the settings / commands in this file for login shells as well,
- # this file has to be sourced in /etc/profile.
- # If not running interactively, don't do anything
- [ -z "$PS1" ] && return
- # check the window size after each command and, if necessary,
- # update the values of LINES and COLUMNS.
- shopt -s checkwinsize
- # set variable identifying the chroot you work in (used in the prompt below)
- if [ -z "$debian_chroot" ] && [ -r /etc/debian_chroot ]; then
- debian_chroot=$(cat /etc/debian_chroot)
- fi
- # set a fancy prompt (non-color, overwrite the one in /etc/profile)
- # Commented out, don't overwrite xterm -T "title" -n "icontitle" by default.
- # If this is an xterm set the title to [email protected]:dir
- #case "$TERM" in
- #xterm*|rxvt*)
- # PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME}: ${PWD}\007"'
- # ;;
- #*)
- # ;;
- #esac
- # enable bash completion in interactive shells
- #if [ -f /etc/bash_completion ]; then
- # . /etc/bash_completion
- #fi
- # sudo hint
- if [ ! -e $HOME/.sudo_as_admin_successful ]; then
- case " $(groups) " in *\ admin\ *)
- if [ -x /usr/bin/sudo ]; then
- cat <<-EOF
- To run a command as administrator (user "root"), use "sudo <command>".
- See "man sudo_root" for details.
- EOF
- fi
- esac
- fi
- if the command-not-found package is installed, use it
- if [ -x /usr/bin/command-not-found ]; then
- function command_not_found_handle {
- /usr/bin/command-not-found $1
- return $?
advertising
Update the Post
Either update this post and resubmit it with changes, or make a new post.
You may also comment on this post.
Please note that information posted here will not expire by default. If you do not want it to expire, please set the expiry time above. If it is set to expire, web search engines will not be allowed to index it prior to it expiring. Items that are not marked to expire will be indexable by search engines. Be careful with your passwords. All illegal activities will be reported and any information will be handed over to the authorities, so be good.