Skip to content

Commit

Permalink
new profile
Browse files Browse the repository at this point in the history
  • Loading branch information
semio committed Nov 27, 2012
1 parent 65bf647 commit 0724b2d
Show file tree
Hide file tree
Showing 2 changed files with 22 additions and 3 deletions.
8 changes: 8 additions & 0 deletions .profile
@@ -0,0 +1,8 @@
# path
PATH="/usr/local/bin":$PATH:"/usr/local/sbin/":"/Users/semio/bin":"/Users/semio/.bin":"/Users/semio/node_modules/.bin"
PATH=/usr/local/ActivePerl-5.14/bin:$PATH
export PATH="$HOME/Library/Haskell/bin:$PATH"
export NODE_PATH="/User/semio/node_modules"
export PYTHONPATH=/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

export COPYFILE_DISABLE=1
17 changes: 14 additions & 3 deletions bash_profile
@@ -1,19 +1,30 @@
# path
export PATH="/usr/local/bin":$PATH:"/usr/local/sbin/":"/Users/semio/bin":"/Users/semio/.bin":"/Users/semio/node_modules/.bin":/usr/local/ActivePerl-5.14/bin:$HOME/Library/Haskell/bin
export NODE_PATH="/User/semio/node_modules"
export PYTHONPATH=/Library/Frameworks/Python.framework/Versions/2.7/lib/python2.7/site-packages/

COPYFILE_DISABLE=1; export COPYFILE_DISABLE

# command alias
alias ls='ls -G'
alias t='python ~/src/t/t.py --task-dir ~/Desktop --list TASKS.txt'
export LESS='-P%f (%i/%m) Line %lt/%L'
alias s='ssh -D 1070'

# RVM
#[[ -s "/usr/local/rvm/scripts/rvm" ]] && . "/usr/local/rvm/scripts/rvm" #

# history
export HISTFILESIZE=10000
export HISTSIZE=10000
shopt -s histappend


# promote
PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'
PS1='\[\033[01;32m\]\h\[\033[01;34m\] \w \$\[\033[00m\] '
#PROMPT_COMMAND='echo -ne "\033]0;${USER}@${HOSTNAME%%.*}:${PWD/#$HOME/~}\007"'
PROMPT_COMMAND='history -a'
PS1='\[\033[01;32m\]\h\[\033[01;34m\] \w \n\$\[\033[00m\] '

# svn helper
svnecf()
{
tarfile=$1
Expand Down

0 comments on commit 0724b2d

Please sign in to comment.