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 PNPM_HOME="$HOME/.local/share/pnpm"
|
||||||
export PATH="$PATH:$HOME/bin:$HOME/.local/bin"
|
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-autosuggestions/zsh-autosuggestions.zsh
|
||||||
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
source ~/.zsh/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
|
||||||
source ~/.fzf/shell/key-bindings.zsh
|
source ~/.fzf/shell/key-bindings.zsh
|
||||||
alias wezterm='flatpak run org.wezfurlong.wezterm'
|
|
||||||
|
|
||||||
export EDITOR=vim
|
export EDITOR=vim
|
||||||
|
|
||||||
alias wezterm='flatpak run org.wezfurlong.wezterm'
|
alias wezterm='flatpak run org.wezfurlong.wezterm'
|
||||||
|
|
||||||
|
fpath=(~/.zsh/completion $fpath)
|
||||||
|
autoload -Uz compinit && compinit -i
|
||||||
|
|
||||||
eval "$(starship init zsh)"
|
eval "$(starship init zsh)"
|
||||||
|
|
||||||
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
test -e "$HOME/.shellfishrc" && source "$HOME/.shellfishrc"
|
||||||
|
|
Loading…
Reference in a new issue