summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/common.nix1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/common.nix b/lib/common.nix
index 9aad96b..24e53e0 100644
--- a/lib/common.nix
+++ b/lib/common.nix
@@ -153,6 +153,7 @@ in
ddate = "date +%Y.%m.%d";
dday = "date +%A";
et = "emacsclient -nw"; # emacs in a terminal
+ f = "fossil";
fetch = "git fetch";
g = "git";
ga = "git add -A";