source "@zsh-deferPath@" eval "$(@starshipPath@ init zsh)" eval "$(@zoxidePath@ init zsh --cmd j)" zsh-defer source "@fzf-tabPath@" zsh-defer source "@zsh-syntax-highlightingPath@" zsh-defer source "@zsh-autosuggestionsPath@" zstyle ':fzf-tab:*' fzf-command "@fzfPath@" eza="@ezaPath@" eza_options="--octal-permissions --group-directories-first --icons=never --colour=always" alias ls="$eza -a $eza_options" alias ll="$eza -la $eza_options" alias tree="$eza -lT $eza_options" alias switchbuild="nixos-rebuild switch --flake .#$HOST"