From b15e0578e5c9b4a891247cb04a6326965e51b40b Mon Sep 17 00:00:00 2001 From: Ryan Southern Date: Thu, 29 Oct 2015 10:02:27 -0400 Subject: [PATCH] adding open current directory --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 9affc89..f5e5617 100644 --- a/README.md +++ b/README.md @@ -387,6 +387,11 @@ defaults write com.apple.finder _FXShowPosixPathInTitle -bool true chflags nohidden ~/Library ``` +#### Open Current Folder in Finder +```bash +open +``` + ### Layout #### Disable Smooth Scrolling