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"];
|
historyControl = ["erasedups" "ignorespace"];
|
||||||
|
|
||||||
shellAliases = {
|
shellAliases = {
|
||||||
|
t = ''"$EDITOR" "$HOME/todo/$(date +%F)"'';
|
||||||
mkdir = "mkdir -p";
|
mkdir = "mkdir -p";
|
||||||
rg = "rg -S";
|
rg = "rg -S";
|
||||||
update = let
|
update = let
|
||||||
|
|
Loading…
Reference in a new issue