updated starship config, zshrc and completion settings

This commit is contained in:
Nikolas Weger 2020-09-30 17:23:37 +02:00
parent 8cc540f67e
commit 927ae97e6e
3 changed files with 5 additions and 14 deletions

View file

@ -1,6 +1,10 @@
export path=($path $HOME/.config/dotfiles/bin)
export fpath=($fpath $ZDOTDIR/plugins/completions/src $ZDOTDIR/local/fpath)
# Theme
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
eval "$(starship init zsh)"
# Completions
mkdir -p $HOME/.cache/zsh
autoload -Uz compinit
@ -34,7 +38,3 @@ source $ZDOTDIR/plugins/syntax/zsh-syntax-highlighting.zsh
# Local RC
[[ -f "$ZDOTDIR/local/rc.zsh" ]] && source "$ZDOTDIR/local/rc.zsh"
# Theme
export STARSHIP_CONFIG=$ZDOTDIR/starship.toml
eval "$(starship init zsh)"