1
Fork 0
mirror of https://github.com/RGBCube/nu_scripts synced 2025-08-03 07:37:47 +00:00

Add bat aliases (#678)

See https://github.com/sharkdp/bat
This commit is contained in:
fnuttens 2023-11-29 16:11:31 +01:00 committed by GitHub
parent 91b6a2b228
commit 2f8dee98ae
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -0,0 +1,6 @@
export alias b = bat
export alias bn = bat --number
export alias bnl = bat --number --line-range
export alias bp = bat --plain
export alias bpl = bat --pain --line-range
export alias bl = bat --line-range