bat alias
This commit is contained in:
parent
857ee92d50
commit
31eb7f517d
1 changed files with 3 additions and 0 deletions
|
|
@ -6,6 +6,7 @@ let
|
|||
hasNeovim = config.programs.neovim.enable;
|
||||
hasKitty = config.programs.kitty.enable;
|
||||
hasTre = hasPackage "tre-command";
|
||||
hasBat = hasPackage "bat";
|
||||
in
|
||||
{
|
||||
programs.fish = {
|
||||
|
|
@ -32,6 +33,8 @@ in
|
|||
|
||||
ls = mkIf hasEza "eza";
|
||||
|
||||
cat = mkIf hasBat "bat";
|
||||
|
||||
vim = mkIf hasNeovim "nvim";
|
||||
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue