chore(base16): add Base16 color theme plugins for shell and vim

This commit is contained in:
Stefan Imhoff
2021-12-02 19:50:34 +01:00
parent 59f3e252dd
commit b0129c251c
6 changed files with 27 additions and 0 deletions

6
zshrc
View File

@@ -81,6 +81,12 @@ path=(
# Fish shell like syntax highlighting for zsh
source "$(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh"
# Base16 Shell
BASE16_SHELL="$HOME/.config/base16-shell/"
[ -n "$PS1" ] && \
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
eval "$("$BASE16_SHELL/profile_helper.sh")"
# *** *** Aliases *** ***
# ***********************