#!/bin/bash
# Force Dictionary to open definitions in just one window
# chmod +x DictOneWindow.sh
defaults write com.apple.Dictionary ProhibitNewWindowForRequest -bool TRUE
