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