Today I learned you can show the git status for a specific directory simply by specifying it. e.g., for the current directory:

git status .

#git #dev #devTips

@aral One of the things I like about the fish shell is that it shows the current branch in the prompt by default.