force colima dns servers (for resolving npm packages)
This commit is contained in:
parent
af13398206
commit
261c424494
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@ BASE16_SHELL="$HOME/.config/base16-shell/"
|
||||||
alias i="ipython3"
|
alias i="ipython3"
|
||||||
|
|
||||||
{{ if eq .chezmoi.hostname "rattusrattus" -}}
|
{{ if eq .chezmoi.hostname "rattusrattus" -}}
|
||||||
alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs"
|
alias colima_start="colima start --memory 4 --vm-type vz --mount-type virtiofs --dns 8.8.8.8 --dns 8.8.4.4"
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
{{- if eq .chezmoi.hostname "devterm" }}
|
{{- if eq .chezmoi.hostname "devterm" }}
|
||||||
|
|
Loading…
Add table
Reference in a new issue