feat(homes/rafiq): add shell alias for easy fzf edit
This commit is contained in:
parent
4e316d893e
commit
aa777bfa54
1 changed files with 4 additions and 1 deletions
|
@ -14,7 +14,10 @@
|
|||
git.defaultBranch = "prime";
|
||||
};
|
||||
home = {
|
||||
shellAliases.v = "nvim";
|
||||
shellAliases = {
|
||||
v = "nvim";
|
||||
e = "edit";
|
||||
};
|
||||
|
||||
packages = with pkgs; [
|
||||
cbonsai
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue