Archived
1
0
Fork 0

zsh: show time in terminal and disable corrections

This commit is contained in:
Christoph Heiss 2020-02-12 15:59:34 +01:00
parent 33d73ed3a5
commit 41b132c86e
Signed by: c8h4
GPG key ID: 642FF75046E6C3CA

View file

@ -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'