Add autoload of colors to prompt.sh. Remove git_replace_author.py add matcher.py

This commit is contained in:
2014-04-22 18:09:27 -07:00
parent ab8df9a1e8
commit 1c64644cf7
3 changed files with 29 additions and 107 deletions

View File

@@ -1,3 +1,4 @@
autoload -U colors && colors
function current_directory() {
local PWD=$(pwd)
echo "${PWD/#$HOME/~}"