Last active
December 5, 2016 11:24
-
-
Save tsbits/7b0b3abf5c32c737a6f9a433ff9f7bd4 to your computer and use it in GitHub Desktop.
[Terminal & finder] config & alias
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// Show hidden files | |
defaults write com.apple.finder AppleShowAllFiles YES | |
// Reload Finder instances | |
killall Finder | |
// Show path in finder | |
Option + Command + P | |
// Show tab bar | |
Shit + Command + T | |
// Show status bar ( free space, etc... ) | |
Command + Slash | |
// Allow to type sublime . to open the current folder in sublime | |
ln -s "/Applications/Sublime Text.app/Contents/SharedSupport/bin/subl" /usr/local/bin/sublime |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment