updated starship config, zshrc and completion settings
This commit is contained in:
parent
8cc540f67e
commit
927ae97e6e
3 changed files with 5 additions and 14 deletions
|
@ -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)"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue