mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2024-11-22 03:09:22 +01:00
run prettier-plugin-sh
This commit is contained in:
parent
9ddc0d0d42
commit
37208ccdf8
@ -6,7 +6,7 @@ set -x
|
||||
|
||||
# I know there are old versions that used something else, but I don't remember
|
||||
# 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
|
||||
exit 1
|
||||
fi
|
||||
|
@ -52,7 +52,8 @@ inode/directory=org.gnome.Nautilus.desktop;
|
||||
|
||||
```bash
|
||||
% 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.
|
||||
|
Loading…
Reference in New Issue
Block a user