feat: add t alias for todos
This commit is contained in:
parent
a747a2ee83
commit
19ef8da72c
1 changed files with 1 additions and 0 deletions
|
@ -16,6 +16,7 @@ in {
|
|||
historyControl = ["erasedups" "ignorespace"];
|
||||
|
||||
shellAliases = {
|
||||
t = ''"$EDITOR" "$HOME/todo/$(date +%F)"'';
|
||||
mkdir = "mkdir -p";
|
||||
rg = "rg -S";
|
||||
update = let
|
||||
|
|
Loading…
Reference in a new issue