Skip to content

Commit

Permalink
Tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
AlecRust committed Nov 8, 2023
1 parent 8b82f26 commit afb92da
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
5 changes: 2 additions & 3 deletions dotfiles/.zshrc
Original file line number Diff line number Diff line change
@@ -1,11 +1,10 @@
# shellcheck disable=SC2148,SC1091

# Change command execution time stamp shown with the 'history' command
# Add timestamp display to `history` command
export HIST_STAMPS="dd.mm.yyyy"

# HSTR configuration
# Exclude commands from history that start with space
setopt histignorespace
export HSTR_CONFIG=hicolor

# Set VSCode as the default editor
export EDITOR="code"
Expand Down
2 changes: 1 addition & 1 deletion setup.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ sh "$REPO_PATH/scripts/cask.sh"
sh "$REPO_PATH/scripts/mas.sh"
sh "$REPO_PATH/scripts/macos.sh"

echo "✨ Setup complete - please restart machine"
echo "✨ Setup complete - restart machine"

0 comments on commit afb92da

Please sign in to comment.