diff options
| author | Ben Sima <ben@bsima.me> | 2020-04-16 13:45:23 -0700 |
|---|---|---|
| committer | Ben Sima <ben@bsima.me> | 2020-04-16 13:45:23 -0700 |
| commit | db05fc6f13b9bb87b0c965e393d369ffa677bcd7 (patch) | |
| tree | f3dc7fb83148c2962c6da098cbae82f4a13252b9 | |
| parent | bfb704b78d6757c8c251f0247f5d26dbaa60bfaf (diff) | |
Add fossil alias
| -rw-r--r-- | lib/common.nix | 1 |
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"; |
