芯が強い人になるESTJ-A

# Finder上に絶対パスを表示させるFinder窗口上显示绝对路径

IT開発 Tags: 无标签 阅读: 186

macbook 不显示路径,有时候配置环境变量会迷路。
截屏2023-01-11 6.07.41.jpg

step1,open terminal

defaults write com.apple.finder _FXShowPosixPathInTitle -boolean true

step2
再起動 Terminal

元の状態に戻したい時(おまけ)

step1


defaults write com.apple.finder _FXShowPosixPathInTitle -boolean false

step2
再起動 Terminal