From a82a0a994a4d822e2899d3cf7b491a5523d1e36f Mon Sep 17 00:00:00 2001 From: Simon Rieger Date: Mon, 3 Jun 2024 01:56:37 +0200 Subject: [PATCH] change order --- .chezmoitemplates/zshrc_linux.tmpl | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) 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"