From afb92daa2e79099aa8bd5e82f0f8bf8bbccd0987 Mon Sep 17 00:00:00 2001 From: Alec Rust Date: Wed, 8 Nov 2023 10:57:36 +0000 Subject: [PATCH] Tidy --- dotfiles/.zshrc | 5 ++--- setup.sh | 2 +- 2 files changed, 3 insertions(+), 4 deletions(-) diff --git a/dotfiles/.zshrc b/dotfiles/.zshrc index dfc43ed..4d1ac34 100644 --- a/dotfiles/.zshrc +++ b/dotfiles/.zshrc @@ -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" diff --git a/setup.sh b/setup.sh index 7a6631f..c67337a 100755 --- a/setup.sh +++ b/setup.sh @@ -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"