update nvim

This commit is contained in:
Zam Kokott
2026-06-05 10:51:12 +00:00
parent 52369a36f5
commit 5984d43664
5 changed files with 46 additions and 50 deletions

View File

@@ -1,6 +1,9 @@
# Auto generated by chezmoi
{{ if eq .chezmoi.hostname "ubuntu" }}
if [ "$TMUX" = "" ]; then tmux new-session -A -s default; fi
{{ end }}
autoload -Uz compinit
compinit
@@ -35,6 +38,9 @@ alias ls='eza --icons=always'
{{ if eq .chezmoi.os "darwin" }}
PATH="/opt/homebrew/opt/gnu-sed/libexec/gnubin:$PATH"
export PATH
{{ else if eq .chezmoi.hostname "ubuntu" }}
path+=("/home/ubuntu/nvim-linux-x86_64/bin")
export PATH
{{ end }}
source <(chezmoi completion zsh)
@@ -55,6 +61,13 @@ source <(kubectl completion zsh)
source <(kubebuilder completion zsh)
source $(brew --prefix)/share/zsh-syntax-highlighting/zsh-syntax-highlighting.zsh
{{ else if eq .chezmoi.hostname "ubuntu" }}
eval "$(direnv hook zsh)"
source /usr/share/zsh-autosuggestions/zsh-autosuggestions.zsh
{{ end }}
{{ if ne .chezmoi.hostname "ubuntu"}}
fastfetch
{{ end }}