We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b83b58 + c9da7fd commit 306435fCopy full SHA for 306435f
pkg/cidata/cidata.TEMPLATE.d/boot/20-rootless-base.sh
@@ -5,7 +5,7 @@ set -eux
5
command -v systemctl >/dev/null 2>&1 || exit 0
6
7
# Set up env
8
-for f in .profile .bashrc; do
+for f in .profile .bashrc .zshrc; do
9
if ! grep -q "# Lima BEGIN" "/home/${LIMA_CIDATA_USER}.linux/$f"; then
10
cat >>"/home/${LIMA_CIDATA_USER}.linux/$f" <<EOF
11
# Lima BEGIN
0 commit comments