chore(snippets): improve readibility

This commit is contained in:
Michele Cereda
2024-05-08 18:52:34 +02:00
parent 7c01d2bcd2
commit 6f19031b28
5 changed files with 9 additions and 5 deletions

View File

@@ -266,6 +266,7 @@
"wlan", "wlan",
"xattr", "xattr",
"xkcd", "xkcd",
"yubikey",
"zstd" "zstd"
] ]
} }

View File

@@ -2,7 +2,7 @@
The idea here is to mimic Confluence's Info panel. The idea here is to mimic Confluence's Info panel.
This only worked for Azure Devops' wikis. This only worked for Azure Devops' wikis so far.
<style> <style>
.info-block { .info-block {

7
snippets/view-files.sh Normal file
View File

@@ -0,0 +1,7 @@
#!sh
# Just `vim` but read-only.
view 'file'
# Like `cat` but with syntax highlighting
bat --theme 'Solarized (light)' 'index.ts'

View File

@@ -1,4 +0,0 @@
#!sh
# Just `vim` but read-only.
view 'file'