Skip to content

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
janosgyerik committed Nov 22, 2013
1 parent c4576aa commit 5ec2eaf
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .functions
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,8 @@ function fs() {
}

# Use Git’s colored diff when available
cat << EOF >> /dev/null
# no. not ergonomic for me.
cat <<EOF >/dev/null
hash git &>/dev/null
if [ $? -eq 0 ]; then
function diff() {
Expand Down

0 comments on commit 5ec2eaf

Please sign in to comment.