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.
1 parent 19dafb4 commit c9da7fdCopy full SHA for c9da7fd
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