From 0ba531261afa68f02a8842244691c659daddb8e8 Mon Sep 17 00:00:00 2001 From: Gabriel Dunne Date: Fri, 18 Nov 2011 20:33:24 +0530 Subject: [PATCH] Added OSX .profile --- .profile | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 .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' -- 2.34.1