cleaning up hostname handling

This commit is contained in:
Matthew Ryan Dillon 2023-08-14 07:20:09 -04:00
parent 25931051a8
commit cb39989568
6 changed files with 36 additions and 11 deletions

View file

@ -2,7 +2,7 @@ srcs=(
"${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
"/opt/miniconda3/etc/profile.d/conda.sh"
"$HOME/.cargo/env"
{{ if eq .chezmoi.os "darwin" -}}
{{ if eq .chezmoi.hostname "rattusrattus" -}}
"$HOME/.zshemulateenergy"
{{- end }}
)
@ -20,7 +20,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
alias i="ipython3"
{{ if eq .chezmoi.os "darwin" -}}
{{ if eq .chezmoi.hostname "rattusrattus" -}}
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
{{- end }}