Configure zsh

This commit is contained in:
Alexander Hess 2022-08-08 23:59:31 +02:00
commit 8dbb94f75a
Signed by: alexander
GPG key ID: 344EA5AB10D868E0
11 changed files with 1901 additions and 7 deletions

View file

@ -27,6 +27,9 @@ prepend-to-path "$HOME/.local/bin"
# Shell-specific stuff
# zsh-specific stuff is automatically sourced from
# ~/.zshenv, ~/.zprofile, ~/.zlogin, and ~/.zshrc
# Source ~/.bashrc if we are running inside a bash shell
# because it is NOT automatically sourced by bash
if [ -n "$BASH_VERSION" ]; then