Skip to content

Commit c9da7fd

Browse files
committed
Set required Containerd env vars in model zshrc - fixes #862
Signed-off-by: Dave Barker <[email protected]>
1 parent 19dafb4 commit c9da7fd

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)