Added a command to show full path in Finder title
This commit is contained in:
parent
bd60cf9e11
commit
c8e6388c2e
@ -271,6 +271,11 @@ defaults write NSGlobalDomain AppleShowAllExtensions -bool true
|
|||||||
defaults write com.apple.finder AppleShowAllFiles true
|
defaults write com.apple.finder AppleShowAllFiles true
|
||||||
```
|
```
|
||||||
|
|
||||||
|
#### Show Full Path in Finder Title
|
||||||
|
```bash
|
||||||
|
defaults write com.apple.finder _FXShowPosixPathInTitle -bool true
|
||||||
|
```
|
||||||
|
|
||||||
#### Restore Default File Visibility
|
#### Restore Default File Visibility
|
||||||
```bash
|
```bash
|
||||||
defaults write com.apple.finder AppleShowAllFiles false
|
defaults write com.apple.finder AppleShowAllFiles false
|
||||||
|
Loading…
Reference in New Issue
Block a user