diff --git a/homes/modules/fish.nix b/homes/modules/fish.nix index eaca566..51a40f4 100755 --- a/homes/modules/fish.nix +++ b/homes/modules/fish.nix @@ -28,7 +28,19 @@ end set -g fish_greeting (rand_greet) + + ''; + + shellAliases = { + brip = "batgrep"; # bat + ripgrep + man = "batman"; # bat + man + ls = "eza --color=auto"; + l = "eza -Alh --color=auto --icons=auto"; + ll = "eza -lh --color=auto --icons=auto"; + li = "eza --color=auto --git-ignore"; + }; + plugins = [ { name = "grc";