cleaning up hostname handling
This commit is contained in:
parent
25931051a8
commit
cb39989568
6 changed files with 36 additions and 11 deletions
|
@ -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 }}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue