fish.todo: add edit-todo function
This commit is contained in:
parent
e2aeda9fc2
commit
158497d502
1 changed files with 3 additions and 0 deletions
3
home.nix
3
home.nix
|
@ -93,6 +93,9 @@ in
|
|||
echo
|
||||
end
|
||||
end
|
||||
function edit-todo
|
||||
hx ~/sync/todo.txt
|
||||
end
|
||||
'';
|
||||
programs.alacritty.enable = true;
|
||||
/* Here goes the rest of your home-manager config, e.g. home.packages = [ pkgs.foo ]; */
|
||||
|
|
Loading…
Add table
Reference in a new issue