fix(base16): broken base16 configuration

This commit is contained in:
Stefan Imhoff
2022-09-12 13:33:39 +02:00
parent 6476a1835c
commit b1b100983c
2 changed files with 4 additions and 4 deletions

5
zshrc
View File

@@ -17,10 +17,7 @@ source "$(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.z
export ZSH_HIGHLIGHT_HIGHLIGHTERS_DIR="$(brew --prefix)/share/zsh-syntax-highlighting/highlighters"
# Base16 Shell
BASE16_SHELL="$HOME/.config/base16-shell/"
[ -n "$PS1" ] && \
[ -s "$BASE16_SHELL/profile_helper.sh" ] && \
eval "$("$BASE16_SHELL/profile_helper.sh")"
source ~/.config/base16-shell/base16-shell.plugin.zsh
# FD
FD_OPTIONS="--follow --exclude .git --exclude node_modules"