From: Gabriel Dunne Date: Fri, 18 Nov 2011 15:03:24 +0000 (+0530) Subject: Added OSX .profile X-Git-Url: https://git.quilime.com/?a=commitdiff_plain;h=0ba531261afa68f02a8842244691c659daddb8e8;p=dotfiles.git Added OSX .profile --- diff --git a/.profile b/.profile new file mode 100644 index 0000000..4a73546 --- /dev/null +++ b/.profile @@ -0,0 +1,15 @@ +export CLICOLOR=1 +export TERM=xterm-color +export LSCOLORS=GxFxCxDxBxegedabagacad + +#export PS1=" +#$PWD +#: " +export PS1=" +\[\033[38m\]\u@\h\[\033[01;34m\] \w \[\033[31m\]\`ruby -e \"print (%x{git branch 2> /dev/null}.grep(/^\*/).first || '').gsub(/^\* (.+)$/, '(\1) ')\"\`\[\033[37m\] +$\[\033[00m\] " + +alias ack='~/bin/ack' +alias ff='find . -type f -name ' +# alias ls='ls -F' +# alias rm='rm -i'