dotfiles/dot_config/zsh/dot_zprofile.tmpl

9 lines
237 B
Bash

# vim:ft=zsh:fenc=utf-8:fdm=marker
export EDITOR=nvim
export TERMINAL=wezterm
{{ if eq .chezmoi.os "darwin" -}}
# homebrew
eval "$(/opt/homebrew/bin/brew shellenv)"
FPATH="$(brew --prefix)/share/zsh/site-functions:${FPATH}"
{{- end -}}