set up work-related stuff

This commit is contained in:
Matthew Ryan Dillon 2023-06-08 11:44:48 -04:00
parent 78ff896f48
commit 7d30a52114
3 changed files with 16 additions and 2 deletions

View file

@ -2,6 +2,9 @@ srcs=(
"${ZDOTDIR:-$HOME}/.zprezto/init.zsh"
"/opt/miniconda3/etc/profile.d/conda.sh"
"$HOME/.cargo/env"
{{ if eq .chezmoi.os "darwin" -}}
"$HOME/.zshemulateenergy"
{{- end }}
)
for fp in $srcs; do
@ -19,7 +22,7 @@ alias i="ipython3"
{{ if eq .chezmoi.os "darwin" -}}
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
{{- end}}
{{- end }}
{{- if eq .chezmoi.hostname "devterm" }}
function battery() {
@ -54,4 +57,4 @@ function brightness_min {
}
# ttyscheme
{{- end}}
{{- end }}