change order
This commit is contained in:
parent
e0a18848cf
commit
a82a0a994a
1 changed files with 3 additions and 4 deletions
|
@ -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"
|
||||
|
|
Loading…
Reference in a new issue