configure bat

This commit is contained in:
do butterflies cry? 2026-03-22 11:47:57 +10:00
parent f9f0e9b9c7
commit 64325631a6
Signed by: cry
GPG key ID: F68745A836CA0412
3 changed files with 114 additions and 34 deletions

View file

@ -1,5 +1,4 @@
{
config,
lib,
pkgs,
...
@ -60,9 +59,6 @@
curl -sL "https://www.gitignore.io/api/$type"
end
# ripgrep on files
function rgf
rg --files | rg $args
end
function decompile
@ -70,8 +66,6 @@
end
set -g fish_greeting (rand_greet)
'';
shellAliases = {