📁 files(fish): changed bat functions to use the initial b instead of c for cat

This commit is contained in:
Sergio Laín 2023-12-09 23:39:07 +01:00
parent bb427966cd
commit 22e75c5e76
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
4 changed files with 6 additions and 7 deletions

View file

@ -0,0 +1,3 @@
function bt --wraps=bat --description 'alias bt=bat'
bat $argv
end

View file

@ -0,0 +1,3 @@
function btp --wraps='bat --paging=always' --description 'alias btp=bat --paging=always'
bat --paging=always $argv
end

View file

@ -1,3 +0,0 @@
function ct --wraps=bat --description 'alias ct=bat'
bat $argv
end

View file

@ -1,4 +0,0 @@
function ctp --wraps='bat --paging=always' --description 'alias ctp=bat --paging=always'
bat --paging=always $argv
end