old-benchmark-code/loadbot/.jcarr/.bashrc

54 lines
1.1 KiB
Bash
Raw Normal View History

2011-10-28 11:40:42 -05:00
export PS1='\h:\w\$ '
umask 022
# unalias screen
# alias screen='screen -A -R jcarr'
unset PAGER
set +o ignoreeof
export LS_OPTIONS='--color=auto'
eval `dircolors`
alias ls='ls $LS_OPTIONS'
alias ll='ls $LS_OPTIONS -lh'
alias lf='ls $LS_OPTIONS -aCF'
alias l='ls $LS_OPTIONS -lA'
#
# Some more alias to avoid making mistakes:
alias rm='rm -i'
alias cp='cp -i'
alias mv='mv -i'
alias pa='ps auxwH -L kstart_time'
alias psc='ps xawf -eo pid,user,cgroup,args'
PATH=$PATH:/sbin:/usr/sbin:/usr/games:~/bin
export LANG=C
export LANGUAGE=C
export LC_ALL=C
2011-10-28 11:45:29 -05:00
#setterm -blength 0
2011-10-28 11:40:42 -05:00
2011-10-28 11:45:29 -05:00
#if [ $DISPLAY ] ; then
# xset b off
#fi
2011-10-28 11:40:42 -05:00
alias rscp="rsync -av --progress --inplace"
export PS1='${debian_chroot:+($debian_chroot)}\u@\h:\w\$ '
export EDITOR=vim
stty -echoctl
unset VIMINIT
export DEBEMAIL="Jeff Carr <jcarr@linuxmachines.com>"
export GIT_AUTHOR_NAME="Jeff Carr"
export GIT_AUTHOR_EMAIL="jcarr@linuxmachines.com"
export GIT_COMMITTER_NAME="Jeff Carr"
export GIT_COMMITTER_EMAIL="jcarr@linuxmachines.com"
export GIT_USER="jcarr"
export LC_USER="jcarr"
export LC_EXTRA_USER=jcarr
export EDITOR=vim