📁 files(fish): rename bat functions to use the whole word cat

This commit is contained in:
Sergio Laín 2024-09-02 00:04:54 +02:00
parent 1c31808b07
commit f5658704a6
No known key found for this signature in database
GPG key ID: 8429B2EE312F8150
4 changed files with 6 additions and 6 deletions

View file

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

View file

@ -0,0 +1,3 @@
function catp --wraps='bat --paging=always' --description 'alias catp=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,3 +0,0 @@
function ctp --wraps='bat --paging=always' --description 'alias ctp=bat --paging=always'
bat --paging=always $argv
end