Merge pull request #90 from rjorgenson/master

My prompt theme and a bugfix
This commit is contained in:
Travis Swicegood
2012-03-13 07:37:04 -07:00
2 changed files with 101 additions and 1 deletions

View File

@@ -46,7 +46,7 @@ alias -- -="cd -" # Go back
alias h='history'
# Tree
if [ ! -x "$(which tree)" ]
if [ ! -x "$(which tree 2>/dev/null)" ]
then
alias tree="find . -print | sed -e 's;[^/]*/;|____;g;s;____|; |;g'"
fi