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

Fix typo in bat aliases (#684)

This commit is contained in:
RGBCube 2023-12-03 00:40:40 +03:00 committed by GitHub
parent 55ef44ad3e
commit 735831e125
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -2,5 +2,5 @@ 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 bpl = bat --plain --line-range
export alias bl = bat --line-range