feat(homes/rafiq): add shell alias for easy fzf edit

This commit is contained in:
Mohammad Rafiq 2025-05-29 14:44:40 +08:00
parent 4e316d893e
commit aa777bfa54
No known key found for this signature in database

View file

@ -14,7 +14,10 @@
git.defaultBranch = "prime";
};
home = {
shellAliases.v = "nvim";
shellAliases = {
v = "nvim";
e = "edit";
};
packages = with pkgs; [
cbonsai