mirror of
https://github.com/nmasur/dotfiles
synced 2025-07-07 03:10:13 +00:00
get more working on flame
This commit is contained in:
@ -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 = {
|
||||
|
Reference in New Issue
Block a user