mirror of
https://github.com/eoli3n/dotfiles
synced 2024-11-22 23:12:32 +01:00
added cat alias
This commit is contained in:
parent
936efd0c10
commit
915ae16ec6
4
roles/fish/files/functions/cat.fish
Normal file
4
roles/fish/files/functions/cat.fish
Normal file
@ -0,0 +1,4 @@
|
||||
# Defined in - @ line 1
|
||||
function cat --description 'alias cat'
|
||||
bat -pp -theme "base16" $argv;
|
||||
end
|
Loading…
Reference in New Issue
Block a user