Skip to content

Commit

Permalink
added strace alias on osx
Browse files Browse the repository at this point in the history
  • Loading branch information
statico committed Jan 10, 2017
1 parent 541e948 commit 963e50c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .zshrc
Expand Up @@ -309,6 +309,10 @@ if _is Linux; then
fi
fi

if _is Darwin; then
alias strace='sudo dtruss -f sudo -u $USER'
fi

# FUNCTIONS {{{1

# ack is really useful. I usually look for code and then edit all of the files
Expand Down

0 comments on commit 963e50c

Please sign in to comment.