updated antidote

This commit is contained in:
eeleater 2024-08-19 09:51:34 +02:00
parent ce6152613c
commit a2bd1ac7b1
3 changed files with 6 additions and 6 deletions

View file

@ -2,12 +2,14 @@ test -v DISTROBOX_HOST_HOME && { unset ZDOTDIR; exec zsh } # fix distrobox
test "x$TERMINALNAME" = "xalacritty" && eval "$(zellij setup --generate-auto-start zsh)" # autostart zellij only in alacritty
# options
setopt NO_CLOBBER INTERACTIVE_COMMENTS HASH_EXECUTABLES_ONLY NUMERIC_GLOB_SORT
setopt NO_CLOBBER
unsetopt FLOW_CONTROL
# deduplicate path
typeset -U path PATH
{{- if eq .chezmoi.osRelease.id "endeavouros" }}
path+=("$XDG_DATA_HOME"/JetBrains/Toolbox/scripts) # jetbrains toolbox
{{- end }}
path+=("$HOME"/.local/bin) # local bin
# startup banner
@ -32,8 +34,6 @@ _evalcache direnv hook zsh
# source files
source "$ZDOTDIR"/files/aliases.zsh
# completion files
source "$ZDOTDIR"/files/sshcomp.zsh
# local overrides