✨ Add macOS prefs
This commit is contained in:
parent
2adf2b18d3
commit
19a50ae205
2 changed files with 2 additions and 4 deletions
0
os/macos/mail.pref.fish
Normal file → Executable file
0
os/macos/mail.pref.fish
Normal file → Executable file
|
@ -33,8 +33,6 @@ execute "defaults write com.apple.spotlight orderedItems -array \
|
|||
|
||||
killall mds &>/dev/null
|
||||
|
||||
# Make sure indexing is enabled for the main volume.
|
||||
sudo mdutil -i on / >/dev/null
|
||||
execute "sudo mdutil -i on / >/dev/null" "Enable indexing for the main volume"
|
||||
|
||||
# Rebuild index from scratch.
|
||||
sudo mdutil -E / >/dev/null
|
||||
execute "sudo mdutil -E / >/dev/null" "Rebuild index"
|
||||
|
|
Loading…
Reference in a new issue