mirror of
https://gitea.blesmrt.net/mikaela/shell-things.git
synced 2025-02-16 13:30:57 +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
|
# 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
|
||||||
|
@ -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.
|
||||||
|
Loading…
x
Reference in New Issue
Block a user