Merge branch 'laptop'

This commit is contained in:
do butterflies cry? 2025-08-31 15:17:53 +10:00
commit 7c12fb09c6
14 changed files with 550 additions and 22 deletions

View file

@ -45,8 +45,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";