# /etc/skel/.bashrc: # $Header: /home/cvsroot/gentoo-src/rc-scripts/etc/skel/.bashrc,v 1.7 2002/11/18 19:39:22 azarah Exp $ # This file is sourced by all *interactive* bash shells on startup. This # file *should generate no output* or it will break the scp and rcp commands. # colors for ls, etc. alias ssh="ssh -A -X" alias pstree="pstree -G" eval `dircolors -b /etc/DIR_COLORS` alias d="ls --color" alias ls="ls --color=auto" alias ll="ls --color -l" # Change the window title of X terminals case $TERM in xterm*|rxvt|eterm) PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\007"' ;; screen) PROMPT_COMMAND='echo -ne "\033_${USER}@${HOSTNAME%%.*}:${PWD/$HOME/~}\033\\"' ;; esac PATH=$PATH:/home/hines/local/bin:/home/hines/bin:/home/hines/research/instruction_buffer/ss/bin export HISTSIZE=100 export HISTFILESIZE=100 export ARGCOUNTS=/home/hines/local/share/funcs.txt export ARGCOUNTS_ARM=/home/hines/local/share/funcs.arm export TEXDOCVIEW_html='firefox -remote openURL'"'(%s)'"' 2>/dev/null || firefox %s &' export ZEPHYR=/home/hines/research/instruction_buffer/zephyr export SSHOME=/home/hines/research/instruction_buffer/ss export ENDIAN=little ulimit -c 0 #uncomment the following to activate bash-completion: [ -f /etc/profile.d/bash-completion ] && source /etc/profile.d/bash-completion