]> git.quilime.com - dotfiles.git/commitdiff
Added OSX .profile
authorGabriel Dunne <gdunne@quilime.com>
Fri, 18 Nov 2011 15:03:24 +0000 (20:33 +0530)
committerGabriel Dunne <gdunne@quilime.com>
Fri, 18 Nov 2011 15:03:24 +0000 (20:33 +0530)
.profile [new file with mode: 0644]

diff --git a/.profile b/.profile
new file mode 100644 (file)
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'