mirror of
https://github.com/Crocmagnon/dotfiles.git
synced 2024-11-22 06:28:08 +01:00
add cat alias
This commit is contained in:
parent
f3fd444ecc
commit
987320c228
1 changed files with 4 additions and 0 deletions
4
dot_config/fish/private_functions/cat.fish
Normal file
4
dot_config/fish/private_functions/cat.fish
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
function cat --wraps=bat --description 'alias cat bat'
|
||||||
|
bat $argv
|
||||||
|
|
||||||
|
end
|
Loading…
Reference in a new issue