Fixed pre-commit issues

This commit is contained in:
Michele Cereda
2023-03-16 00:46:54 +01:00
parent 7954432686
commit 9eadaf7a43
6 changed files with 6 additions and 6 deletions

View File

@@ -1,3 +1,3 @@
192.168.56.201 192.168.56.201
192.168.56.202 192.168.56.202
192.168.56.203 192.168.56.203

View File

@@ -1,3 +1,3 @@
Host 192.168.56.* Host 192.168.56.*
IdentityFile ~/.ssh/id_ed25519 IdentityFile ~/.ssh/id_ed25519
StrictHostKeyChecking no StrictHostKeyChecking no

View File

@@ -131,7 +131,7 @@ Stores the global (`~/.tool-versions`) or local (`./.tool-versions`) settings fo
```txt ```txt
# Multiple versions can be set by separating them with a space. # Multiple versions can be set by separating them with a space.
# plugin_name default_version first_fallback_version ... nth_fallback_version # plugin_name default_version first_fallback_version ... nth_fallback_version
python system 3.11.0 3.10.9 3.9.7 python system 3.11.0 3.10.9 3.9.7
``` ```
The versions listed in such file can be: The versions listed in such file can be:

View File

@@ -18,7 +18,7 @@
## TL;DR ## TL;DR
```sh ```sh
# Declare arrays. # Declare arrays.
ARRAY=( ARRAY=(
"first_element" "first_element"
"second_element" "nth_element" "second_element" "nth_element"

View File

@@ -23,7 +23,7 @@ sudo 'powertop'
```sh ```sh
$ sudo systemd-analyze $ sudo systemd-analyze
Startup finished in 13.129s (firmware) + 5.413s (loader) + 1.746s (kernel) + 7.903s (userspace) = 28.192s Startup finished in 13.129s (firmware) + 5.413s (loader) + 1.746s (kernel) + 7.903s (userspace) = 28.192s
graphical.target reached after 1.239s in userspace graphical.target reached after 1.239s in userspace
$ sudo systemd-analyze critical-chain $ sudo systemd-analyze critical-chain

View File

@@ -265,7 +265,7 @@ Usage:
sshfs \ sshfs \
-o 'auto_cache,reconnect,defer_permissions,noappledouble,volname=Data' -o 'auto_cache,reconnect,defer_permissions,noappledouble,volname=Data'
'user@nas.lan:/path/to/remote/dir' \ 'user@nas.lan:/path/to/remote/dir' \
'/path/to/local/dir' '/path/to/local/dir'
``` ```
### Installation ### Installation