feat: add t alias for todos

This commit is contained in:
buffet 2024-02-04 13:00:17 +01:00
parent a747a2ee83
commit 19ef8da72c

View file

@ -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