colima is mac-only
This commit is contained in:
parent
60550d0313
commit
7aa7c432e3
1 changed files with 3 additions and 0 deletions
|
@ -16,7 +16,10 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
|
||||||
source "$BASE16_SHELL/profile_helper.sh"
|
source "$BASE16_SHELL/profile_helper.sh"
|
||||||
|
|
||||||
alias i="ipython3"
|
alias i="ipython3"
|
||||||
|
|
||||||
|
{{ if eq .chezmoi.os "darwin" -}}
|
||||||
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
|
alias colima_start="colima start --vm-type vz --mount-type virtiofs"
|
||||||
|
{{- end}}
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "devterm" }}
|
{{- if eq .chezmoi.hostname "devterm" }}
|
||||||
function battery() {
|
function battery() {
|
||||||
|
|
Loading…
Add table
Reference in a new issue