diff options
Diffstat (limited to 'lib/common.nix')
-rw-r--r-- | lib/common.nix | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/common.nix b/lib/common.nix index 2cf63fc..b5c17a0 100644 --- a/lib/common.nix +++ b/lib/common.nix @@ -162,7 +162,7 @@ in day = "date +%a"; ddate = "date +%Y.%m.%d"; dday = "date +%A"; - et = "emacsclient -nw"; # emacs in a terminal + e = "emacsclient -nw"; # emacs in a terminal f = "fossil"; fetch = "git fetch"; g = "git"; |