get more working on flame

This commit is contained in:
Noah Masur
2025-03-08 13:30:47 +00:00
parent 98c561f462
commit c36ca39a0d
8 changed files with 24 additions and 18 deletions

View File

@ -51,11 +51,11 @@ in
};
recent = {
description = "Open a recent file in Vim";
body = builtins.readFile ./edit/recent.fish;
body = builtins.readFile ./fish/recent.fish;
};
search-and-edit = {
description = "Search and open the relevant file in Vim";
body = builtins.readFile ./edit/search-and-edit.fish;
body = builtins.readFile ./fish/search-and-edit.fish;
};
};
shellAbbrs = {