summaryrefslogtreecommitdiff
path: root/.bashrc
diff options
context:
space:
mode:
authorEamon Walsh <ewalsh@tycho.nsa.gov>2009-11-17 19:25:18 -0500
committerEamon Walsh <ewalsh@tycho.nsa.gov>2009-11-17 19:25:18 -0500
commit113965b2d798f08563393f2fda82ea00af3a585e (patch)
treea41bb219b40e3a6e61d5dc9207db70e47293d176 /.bashrc
Initial commit.
Diffstat (limited to '.bashrc')
-rw-r--r--.bashrc39
1 files changed, 39 insertions, 0 deletions
diff --git a/.bashrc b/.bashrc
new file mode 100644
index 0000000..cb92896
--- /dev/null
+++ b/.bashrc
@@ -0,0 +1,39 @@
+# .bashrc
+
+# Source global definitions
+if [ -f /etc/bashrc ]; then
+ . /etc/bashrc
+fi
+
+# User specific aliases and functions
+alias b='git branch | grep "*"'
+alias less='less -S'
+alias grep='grep --color=always'
+
+if [ "$PS1" ]; then
+ case $TERM in
+ xterm*)
+ export PROMPT_COMMAND='echo -ne "\033]0;${HOSTNAME%%.*}"; echo -ne "\007"'
+ ;;
+ esac
+fi
+
+export N=/nfshome/ewalsh
+export MAIL=/nfshome/ewalsh/Mail/inbox
+export GIT_AUTHOR_NAME='Eamon Walsh'
+export GIT_AUTHOR_EMAIL='ewalsh@tycho.nsa.gov'
+export GIT_COMMITTER_NAME='Eamon Walsh'
+export GIT_COMMITTER_EMAIL='ewalsh@tycho.nsa.gov'
+export EMAIL='ewalsh@tycho.nsa.gov'
+export TET_ROOT=~/cvs/xtest
+export PATH=~/cvs/xtest/bin:~/cvs/xtest/xts5/bin:$PATH:/sbin:/usr/sbin
+export PS1='[\u@\h \W]\$ '
+unset MAILCHECK
+
+# Machine:
+alias w='cat $HOME/git/build.log | grep -i warning | less'
+alias s='less +G $HOME/git/build.log'
+
+export EDITOR=vi
+export PKG_CONFIG_PATH=/usr/local/lib/pkgconfig
+export L=/usr/local/var/log/Xorg.0.log