diff --git a/.chezmoitemplates/zshrc_linux.tmpl b/.chezmoitemplates/zshrc_linux.tmpl index c086d60..2bf459a 100644 --- a/.chezmoitemplates/zshrc_linux.tmpl +++ b/.chezmoitemplates/zshrc_linux.tmpl @@ -114,18 +114,17 @@ function preexec { export PNPM_HOME="$HOME/.local/share/pnpm" export PATH="$PATH:$HOME/bin:$HOME/.local/bin" -fpath=(~/.zsh/completion $fpath) -autoload -Uz compinit && compinit -i - source ~/.zsh/zsh-autosuggestions/zsh-autosuggestions.zsh source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh source ~/.fzf/shell/key-bindings.zsh -alias wezterm='flatpak run org.wezfurlong.wezterm' export EDITOR=vim alias wezterm='flatpak run org.wezfurlong.wezterm' +fpath=(~/.zsh/completion $fpath) +autoload -Uz compinit && compinit -i + eval "$(starship init zsh)" test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"