From 41b132c86e9ea117fcc07b061e9c428593058042 Mon Sep 17 00:00:00 2001 From: Christoph Heiss Date: Wed, 12 Feb 2020 15:59:34 +0100 Subject: [PATCH] zsh: show time in terminal and disable corrections --- files/.zshrc | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/files/.zshrc b/files/.zshrc index 552f0fb..d3e115c 100644 --- a/files/.zshrc +++ b/files/.zshrc @@ -55,6 +55,7 @@ SPACESHIP_EXEC_TIME_ELAPSED=10 SPACESHIP_EXIT_CODE_SYMBOL="✘ " SPACESHIP_EXIT_CODE_SHOW=true +SPACESHIP_TIME_SHOW=true export MANPATH="/usr/local/man:$MANPATH" @@ -98,6 +99,9 @@ stty -ixon # Do not share history unsetopt share_history +# Disable annoying correction prompt +unsetopt correct_all + alias sudo='sudo ' alias yt-dl="youtube-dl -o '%(title)s.%(ext)s' -i -x --audio-quality 320K --audio-format mp3" alias weather='curl wttr.in'