Never been to TextSnippets before?

Snippets is a public source code repository. Easily build up your personal collection of code snippets, categorize them with tags / keywords, and share them with the world (or not, you can keep them private!)

About this user

« Newer Snippets
Older Snippets »
1 total  XML / RSS feed 

bash terminal profile

// description of your code here

export PATH=/opt/local/bin:/opt/local/sbin:$PATH
export DISPLAY=:0.0
export EDITOR=/usr/bin/vim
case $TERM in
xterm* | aterm | rxvt | screen )
XTITLE="\[\e]0;\u (\w)\a\]" ;;
* )
XTITLE="" ;;
esac
PS1="$XTITLE""[\u:\w]\n\\$ "
. /etc/aliases_bash
« Newer Snippets
Older Snippets »
1 total  XML / RSS feed