feat(bash): remove t alias
This commit is contained in:
parent
7748b60c87
commit
8407790268
1 changed files with 0 additions and 1 deletions
|
@ -17,7 +17,6 @@ in {
|
|||
|
||||
shellAliases = {
|
||||
e = "\"$EDITOR\"";
|
||||
t = ''"$EDITOR" "$HOME/todo/$(date +%F)"'';
|
||||
mkdir = "mkdir -p";
|
||||
rg = "rg -S";
|
||||
update = let
|
||||
|
|
Loading…
Reference in a new issue