Please bear with us as we work to restore functionality to dotfiles.org.
23
/.bashrc
#.bashrc
# Add bin to path
export GP2XDEV="$HOME/.gp2xdev"
export PATH="/bin:/sbin:/usr/bin:/usr/sbin:/usr/local/bin:/opt/mozilla/bin:$HOME/bin:$GP2XDEV/bin:$PATH"
export MANPATH="$MANPATH:/usr/pkg/man"
export TERM=xterm
export CXXFLAGS="${CFLAGS}"
export GS_FONTPATH=~/.fonts
export GS_LIB=~/.fonts
export LS_OPTIONS="-F --color=auto"
export EDITOR=vim
export SVN_EDITOR=vim
export PAGER=less
export TERM=xterm-color
# Dynamic resizing
shopt -s checkwinsize
shopt -s cdspell
#vi mode FTW
set -o vi
# Custom prompt
#PS1='\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ '
export PS1=" \[\e[32;1m\][\h] \[\e[36m\]\w\[\e[0m\]\n \[\e[36;1m\]> "
# Add color
eval `dircolors -b`
LS_COLORS=$LS_COLORS':di=01;37'
# User defined aliases
alias ls='ls $LS_OPTIONS'
alias cls='clear'
alias clls='clear; ls'
alias ll='ls -l'
alias lsa='ls -A'
alias lsg='ls | grep'
alias web='links -g -download-dir ~/ www.google.com'
alias vi='vim'
alias du='du -h'
alias df='df -h'
alias xlock='xlock -mode matrix'
alias screen='screen -h 10000'
alias torrent='aria2c -T '
alias aria='aria2c'
alias sunlab="ssh -Y pomccann@ssh.cs.brown.edu"
#RSS Date format
alias bdate="date '+%a, %b %d %Y %T %Z'"
source /etc/bash_completion
alias todo='vi ~/TODO'
alias notes='vi ~/NOTES'
alias anime='vi ~/ANIME_LIST'
alias prime='urxvt -title prime'
alias tuxnes='tuxnes --js1=/dev/input/js0'
alias mu='ssh -Y operator23@muconti.net'
alias th='ssh -Y 23@techhouse.org'
shopt -s histappend #makes bash append to history rather than overwrite
PROMPT_COMMAND='history -a' #write to history whenever the prompt is displayed
export HISTCONTROL=ignoredups
### Added by surfraw. To remove use surfraw-update-path -remove
export PATH=$PATH:/usr/lib/surfraw
### End surfraw addition.
alias wiki='wikipedia'