change order

This commit is contained in:
Simon Rieger 2024-06-03 01:56:37 +02:00
parent e0a18848cf
commit a82a0a994a

View file

@ -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"