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:
parent
cfa37a318b
commit
f73e0d31ed
2 changed files with 1710 additions and 1 deletions
File diff suppressed because it is too large
Load diff
|
@ -11,7 +11,7 @@
|
|||
|
||||
# Default to system open executable on macOS
|
||||
if [ -d /Applications ] && [ -d /Library ]; then
|
||||
\open $@
|
||||
/usr/bin/open $@
|
||||
fi
|
||||
|
||||
# shellcheck disable=SC2124
|
||||
|
|
Loading…
Reference in a new issue