run prettier-plugin-sh

This commit is contained in:
Aminda Suomalainen 2024-06-06 20:38:36 +03:00
parent 9ddc0d0d42
commit 37208ccdf8
Signed by: Mikaela
SSH Key Fingerprint: SHA256:CXLULpqNBdUKB6E6fLA1b/4SzG0HvKD19PbIePU175Q
5 changed files with 36 additions and 35 deletions

View File

@ -6,7 +6,7 @@ set -x
# I know there are old versions that used something else, but I don't remember # I know there are old versions that used something else, but I don't remember
# that name and they are ancient. # that name and they are ancient.
if ! hash resolvectl 2>/dev/null; then if ! hash resolvectl 2> /dev/null; then
echo "You don't seem to have systemd-resolved (or resolvectl) installed." 1>&2 echo "You don't seem to have systemd-resolved (or resolvectl) installed." 1>&2
exit 1 exit 1
fi fi

View File

@ -52,7 +52,8 @@ inode/directory=org.gnome.Nautilus.desktop;
```bash ```bash
% grep directory /usr/share/applications/mimeinfo.cache % grep directory /usr/share/applications/mimeinfo.cache
inode/directory=codium.desktop;org.gnome.Nautilus.desktop; inode/directory=codium.desktop
org.gnome.Nautilus.desktop
``` ```
TODO: I wonder if it needs an `update-desktop-database` or similar though. TODO: I wonder if it needs an `update-desktop-database` or similar though.