Update .local/share/chezmoi/home/dot_local/bin/executable_open, .local/share/chezmoi/home/Library/Preferences/com.googlecode.iterm2.plist

This commit is contained in:
Brian Zalewski 2022-12-02 05:50:18 +00:00
parent cfa37a318b
commit f73e0d31ed
2 changed files with 1710 additions and 1 deletions

File diff suppressed because it is too large Load diff

View file

@ -11,7 +11,7 @@
# Default to system open executable on macOS # Default to system open executable on macOS
if [ -d /Applications ] && [ -d /Library ]; then if [ -d /Applications ] && [ -d /Library ]; then
\open $@ /usr/bin/open $@
fi fi
# shellcheck disable=SC2124 # shellcheck disable=SC2124