Skip to content

Instantly share code, notes, and snippets.

@shosei
shosei / ._profile
Created March 14, 2012 12:01
bash profile
#!/bin/bash
# activates color support
export CLICOLOR=1
# Which colors to use for certain kinds of things
export LSCOLORS=Gxfxcxdxbxegedabagacad
# Change the window title of X terminals
case ${TERM} in
#!/bin/bash
# ~/.bashrc
#
#
# shosei
# Shell Init
[[ $PATH = *local/bin* ]] || PATH=$PATH:/usr/local/bin
[[ $- = *i* ]] || return