Files
oam/snippets/view-files.sh
2024-05-08 18:52:34 +02:00

8 lines
132 B
Bash

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