1
0
mirror of https://github.com/eoli3n/dotfiles synced 2024-11-22 23:12:32 +01:00

added cat alias

This commit is contained in:
eoli3n 2020-05-07 17:40:49 +02:00
parent 936efd0c10
commit 915ae16ec6

@ -0,0 +1,4 @@
# Defined in - @ line 1
function cat --description 'alias cat'
bat -pp -theme "base16" $argv;
end