Skip to content

Commit 306435f

Browse files
authored
Merge pull request #863 from davebarkerxyz/master
Set required Containerd env vars in model zshrc - fixes #862
2 parents 2b83b58 + c9da7fd commit 306435f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/cidata/cidata.TEMPLATE.d/boot/20-rootless-base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ set -eux
55
command -v systemctl >/dev/null 2>&1 || exit 0
66

77
# Set up env
8-
for f in .profile .bashrc; do
8+
for f in .profile .bashrc .zshrc; do
99
if ! grep -q "# Lima BEGIN" "/home/${LIMA_CIDATA_USER}.linux/$f"; then
1010
cat >>"/home/${LIMA_CIDATA_USER}.linux/$f" <<EOF
1111
# Lima BEGIN

0 commit comments

Comments
 (0)