Merge pull request #12 from Hummer12007/patch-4
Add a command to show full path in Finder title
This commit is contained in:
commit
9b700249ee
@ -307,6 +307,11 @@ defaults write com.apple.finder AppleShowAllFiles true
|
||||
defaults write com.apple.finder AppleShowAllFiles false
|
||||
```
|
||||
|
||||
#### Show Full Path in Finder Title
|
||||
```bash
|
||||
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
|
||||
```
|
||||
|
||||
#### Unhide User Library folder
|
||||
```bash
|
||||
chflags nohidden ~/Library
|
||||
|
Loading…
Reference in New Issue
Block a user