diff --git a/.chezmoiexternal.yaml b/.chezmoiexternal.yaml deleted file mode 100644 index e69de29..0000000 diff --git a/.chezmoiscripts/darwin/run_onchange_after_02_configure_macos_defaults.sh b/.chezmoiscripts/darwin/run_onchange_after_02_configure_macos_defaults.sh index 7ec3f0d..70f1637 100755 --- a/.chezmoiscripts/darwin/run_onchange_after_02_configure_macos_defaults.sh +++ b/.chezmoiscripts/darwin/run_onchange_after_02_configure_macos_defaults.sh @@ -102,12 +102,6 @@ defaults write com.apple.appstore ShowDebugMenu -bool true # Show the main window when launching Activity Monitor defaults write com.apple.ActivityMonitor OpenMainWindow -bool true -############################################################################### -# Clock # -############################################################################### - -defaults write com.apple.menuextra.clock FlashDateSeparators -bool true - ############################################################################### # Keyboard ############################################################################### diff --git a/dot_bashrc b/dot_bashrc index 6a4cf20..b547ef5 100644 --- a/dot_bashrc +++ b/dot_bashrc @@ -6,7 +6,7 @@ # Enable `direnv` hook -which direnv > /dev/null \ +command -v direnv > /dev/null \ && eval "$(direnv hook bash)" export VOLTA_HOME="$HOME/.volta" export PATH="$VOLTA_HOME/bin:$PATH"