~jagtalon/dotfiles

9d0690cd3bbe4842465163392bfc565b1026b094 — Jag Talon 2 years ago 787da00
Reformat spaces to tabs.
2 files changed, 7 insertions(+), 7 deletions(-)

M .config/fish/functions/bat.fish
M .config/fish/functions/fd.fish
M .config/fish/functions/bat.fish => .config/fish/functions/bat.fish +4 -4
@@ 1,9 1,9 @@
function bat
	if command -v batcat > /dev/null
    	command batcat $argv
        command batcat $argv
    else if command -v bat > /dev/null
    	command bat $argv
        command bat $argv
    else
    	command cat $argv
        command cat $argv
    end
end
\ No newline at end of file
end

M .config/fish/functions/fd.fish => .config/fish/functions/fd.fish +3 -3
@@ 1,7 1,7 @@
function fd
	if command -v fdfind > /dev/null
    	command fdfind $argv
        command fdfind $argv
    else
    	command fd $argv
        command fd $argv
    end
end
\ No newline at end of file
end