Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Empty file removed .chezmoiexternal.yaml
Empty file.
Original file line number Diff line number Diff line change
Expand Up @@ -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
###############################################################################
Expand Down
2 changes: 1 addition & 1 deletion dot_bashrc
Original file line number Diff line number Diff line change
Expand Up @@ -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"