|
@@ -71,6 +71,9 @@ export GREP_OPTIONS="--color --exclude-dir=.svn --exclude-dir=.git --exclude-dir
|
|
# color diffs
|
|
# color diffs
|
|
! which colordiff &>/dev/null || alias diff="colordiff"
|
|
! which colordiff &>/dev/null || alias diff="colordiff"
|
|
|
|
|
|
|
|
+# color json
|
|
|
|
+! which json &>/dev/null || alias json="json -o inspect"
|
|
|
|
+
|
|
# MacVim shell aliases
|
|
# MacVim shell aliases
|
|
if [ "$OS" = "Darwin" ]; then
|
|
if [ "$OS" = "Darwin" ]; then
|
|
alias gvim="mvim"
|
|
alias gvim="mvim"
|